Method | Description | |
---|---|---|
ChangeType ( this value, |
||
ChangeType ( this value, |
||
ChangeType ( this value, TypeCode typeCode ) : object | ||
ChangeType ( this value, TypeCode typeCode, IFormatProvider provider ) : object | ||
FromBase64String ( this s ) : byte[] | ||
GetTypeCode ( this value ) : TypeCode | ||
IsDBNull ( this value ) : bool | ||
ToBoolean ( this value ) : bool | ||
ToBoolean ( this value, IFormatProvider provider ) : bool | ||
ToByte ( this value ) : byte | ||
ToByte ( this value, IFormatProvider provider ) : byte | ||
ToByte ( this value, int fromBase ) : byte | ||
ToChar ( this value ) : char | ||
ToChar ( this value, IFormatProvider provider ) : char | ||
ToDateTime ( this value ) : System.DateTime | ||
ToDateTime ( this value, IFormatProvider provider ) : System.DateTime | ||
ToDecimal ( this value ) : decimal | ||
ToDecimal ( this value, IFormatProvider provider ) : decimal | ||
ToDouble ( this value ) : double | ||
ToDouble ( this value, IFormatProvider provider ) : double | ||
ToInt16 ( this value ) : short | ||
ToInt16 ( this value, IFormatProvider provider ) : short | ||
ToInt16 ( this value, int fromBase ) : short | ||
ToInt32 ( this value ) : int | ||
ToInt32 ( this value, IFormatProvider provider ) : int | ||
ToInt32 ( this value, int fromBase ) : int | ||
ToInt64 ( this value ) : long | ||
ToInt64 ( this value, IFormatProvider provider ) : long | ||
ToInt64 ( this value, int fromBase ) : long | ||
ToNumber ( this value ) : double | ||
ToNumber ( this value, int Else ) : double | ||
ToSingle ( this value ) : float | ||
ToSingle ( this value, IFormatProvider provider ) : float | ||
ToString ( this value ) : string | ||
ToString ( this value, IFormatProvider provider ) : string | ||
ToString ( this value, int toBase ) : string |
Method | Description | |
---|---|---|
ToSByte ( this value ) : sbyte | ||
ToSByte ( this value, IFormatProvider provider ) : sbyte | ||
ToSByte ( this value, int fromBase ) : sbyte | ||
ToUInt16 ( this value ) : ushort | ||
ToUInt16 ( this value, IFormatProvider provider ) : ushort | ||
ToUInt16 ( this value, int fromBase ) : ushort | ||
ToUInt32 ( this value ) : uint | ||
ToUInt32 ( this value, IFormatProvider provider ) : uint | ||
ToUInt32 ( this value, int fromBase ) : uint | ||
ToUInt64 ( this value ) : ulong | ||
ToUInt64 ( this value, IFormatProvider provider ) : ulong | ||
ToUInt64 ( this value, int fromBase ) : ulong |
public static ChangeType ( this value, |
||
value | this | |
conversionType | ||
return | object |
public static ChangeType ( this value, |
||
value | this | |
conversionType | ||
provider | IFormatProvider | |
return | object |
public static ChangeType ( this value, TypeCode typeCode ) : object | ||
value | this | |
typeCode | TypeCode | |
return | object |
public static ChangeType ( this value, TypeCode typeCode, IFormatProvider provider ) : object | ||
value | this | |
typeCode | TypeCode | |
provider | IFormatProvider | |
return | object |
public static FromBase64String ( this s ) : byte[] | ||
s | this | |
return | byte[] |
public static GetTypeCode ( this value ) : TypeCode | ||
value | this | |
return | TypeCode |
public static ToBoolean ( this value ) : bool | ||
value | this | |
return | bool |
public static ToBoolean ( this value, IFormatProvider provider ) : bool | ||
value | this | |
provider | IFormatProvider | |
return | bool |
public static ToByte ( this value, IFormatProvider provider ) : byte | ||
value | this | |
provider | IFormatProvider | |
return | byte |
public static ToByte ( this value, int fromBase ) : byte | ||
value | this | |
fromBase | int | |
return | byte |
public static ToChar ( this value, IFormatProvider provider ) : char | ||
value | this | |
provider | IFormatProvider | |
return | char |
public static ToDateTime ( this value ) : System.DateTime | ||
value | this | |
return | System.DateTime |
public static ToDateTime ( this value, IFormatProvider provider ) : System.DateTime | ||
value | this | |
provider | IFormatProvider | |
return | System.DateTime |
public static ToDecimal ( this value ) : decimal | ||
value | this | |
return | decimal |
public static ToDecimal ( this value, IFormatProvider provider ) : decimal | ||
value | this | |
provider | IFormatProvider | |
return | decimal |
public static ToDouble ( this value ) : double | ||
value | this | |
return | double |
public static ToDouble ( this value, IFormatProvider provider ) : double | ||
value | this | |
provider | IFormatProvider | |
return | double |
public static ToInt16 ( this value, IFormatProvider provider ) : short | ||
value | this | |
provider | IFormatProvider | |
return | short |
public static ToInt16 ( this value, int fromBase ) : short | ||
value | this | |
fromBase | int | |
return | short |
public static ToInt32 ( this value, IFormatProvider provider ) : int | ||
value | this | |
provider | IFormatProvider | |
return | int |
public static ToInt32 ( this value, int fromBase ) : int | ||
value | this | |
fromBase | int | |
return | int |
public static ToInt64 ( this value, IFormatProvider provider ) : long | ||
value | this | |
provider | IFormatProvider | |
return | long |
public static ToInt64 ( this value, int fromBase ) : long | ||
value | this | |
fromBase | int | |
return | long |
public static ToNumber ( this value ) : double | ||
value | this | |
return | double |
public static ToNumber ( this value, int Else ) : double | ||
value | this | |
Else | int | |
return | double |
public static ToSingle ( this value ) : float | ||
value | this | |
return | float |
public static ToSingle ( this value, IFormatProvider provider ) : float | ||
value | this | |
provider | IFormatProvider | |
return | float |
public static ToString ( this value ) : string | ||
value | this | |
return | string |
public static ToString ( this value, IFormatProvider provider ) : string | ||
value | this | |
provider | IFormatProvider | |
return | string |
public static ToString ( this value, int toBase ) : string | ||
value | this | |
toBase | int | |
return | string |