Méthode | Description | |
---|---|---|
ToDateTime ( this control ) : DateTime? | ||
ToDecimal ( this control ) : decimal? | ||
ToGuid ( this control ) : Guid? | ||
ToInt32 ( this control ) : int? |
public static ToDateTime ( this control ) : DateTime? | ||
control | this | |
Résultat | DateTime? |
public static ToDecimal ( this control ) : decimal? | ||
control | this | |
Résultat | decimal? |
public static ToGuid ( this control ) : Guid? | ||
control | this | |
Résultat | Guid? |
public static ToInt32 ( this control ) : int? | ||
control | this | |
Résultat | int? |