Method | Description | |
---|---|---|
ToByte ( this value ) : byte | ||
ToChar ( this value ) : char | ||
ToDateTime ( this value ) : System.DateTime | ||
ToDecimal ( this value ) : decimal | ||
ToDouble ( this value ) : double | ||
ToInt16 ( this value ) : short | ||
ToInt32 ( this value ) : int | ||
ToInt64 ( this value ) : long | ||
ToSByte ( this value ) : sbyte | ||
ToSingle ( this value ) : float | ||
ToUInt16 ( this value ) : ushort | ||
ToUInt32 ( this value ) : uint | ||
ToUInt64 ( this value ) : ulong |
public static ToDateTime ( this value ) : System.DateTime | ||
value | this | |
return | System.DateTime |
public static ToDecimal ( this value ) : decimal | ||
value | this | |
return | decimal |
public static ToDouble ( this value ) : double | ||
value | this | |
return | double |
public static ToSingle ( this value ) : float | ||
value | this | |
return | float |
public static ToUInt16 ( this value ) : ushort | ||
value | this | |
return | ushort |
public static ToUInt64 ( this value ) : ulong | ||
value | this | |
return | ulong |