Method | Description | |
---|---|---|
IsDigit ( this c ) : bool | ||
IsLetter ( this c ) : bool | ||
IsQuote ( this c ) : bool | ||
IsWhiteSpace ( this c ) : bool | ||
ToBoolean ( this value ) : bool | ||
ToByte ( this value ) : byte | ||
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 ToBoolean ( this value ) : bool | ||
value | this | |
return | bool |
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 |