C# 클래스 AcTools.Utils.Helpers.InvariantParser

파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
ToInvariantDouble ( this s ) : double?
ToInvariantInt ( this s ) : int?

메소드 상세

ToInvariantDouble() 공개 정적인 메소드

public static ToInvariantDouble ( this s ) : double?
s this
리턴 double?

ToInvariantInt() 공개 정적인 메소드

public static ToInvariantInt ( this s ) : int?
s this
리턴 int?