C# Class DeployImporter.Extensions

Afficher le fichier Open project: hudl/black-mesa

Méthodes publiques

Méthode Description
TryParseDateTime ( this value ) : DateTime?
TryParseDecimal ( this value ) : decimal?
TryParseInt ( this value ) : int?

Method Details

TryParseDateTime() public static méthode

public static TryParseDateTime ( this value ) : DateTime?
value this
Résultat DateTime?

TryParseDecimal() public static méthode

public static TryParseDecimal ( this value ) : decimal?
value this
Résultat decimal?

TryParseInt() public static méthode

public static TryParseInt ( this value ) : int?
value this
Résultat int?