Method | Description | |
---|---|---|
TryParseDateTime ( this value ) : DateTime? | ||
TryParseDecimal ( this value ) : decimal? | ||
TryParseInt ( this value ) : int? |
public static TryParseDateTime ( this value ) : DateTime? | ||
value | this | |
return | DateTime? |
public static TryParseDecimal ( this value ) : decimal? | ||
value | this | |
return | decimal? |
public static TryParseInt ( this value ) : int? | ||
value | this | |
return | int? |