C# 클래스 DeployImporter.Extensions

파일 보기 프로젝트 열기: hudl/black-mesa

공개 메소드들

메소드 설명
TryParseDateTime ( this value ) : DateTime?
TryParseDecimal ( this value ) : decimal?
TryParseInt ( this value ) : int?

메소드 상세

TryParseDateTime() 공개 정적인 메소드

public static TryParseDateTime ( this value ) : DateTime?
value this
리턴 DateTime?

TryParseDecimal() 공개 정적인 메소드

public static TryParseDecimal ( this value ) : decimal?
value this
리턴 decimal?

TryParseInt() 공개 정적인 메소드

public static TryParseInt ( this value ) : int?
value this
리턴 int?