Method | Description | |
---|---|---|
GetTypeCode ( ) : TypeCode |
Returns the T:System.TypeCode for this instance.
|
|
ToBoolean ( IFormatProvider provider ) : bool |
Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.
|
|
ToByte ( IFormatProvider provider ) : byte |
Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information.
|
|
ToChar ( IFormatProvider provider ) : char |
Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.
|
|
ToDateTime ( IFormatProvider provider ) : System.DateTime |
Converts the value of this instance to an equivalent T:System.DateTime using the specified culture-specific formatting information.
|
|
ToDecimal ( IFormatProvider provider ) : decimal |
Converts the value of this instance to an equivalent T:System.Decimal number using the specified culture-specific formatting information.
|
|
ToDouble ( IFormatProvider provider ) : double |
Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.
|
|
ToInt16 ( IFormatProvider provider ) : short |
Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information.
|
|
ToInt32 ( IFormatProvider provider ) : int |
Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.
|
|
ToInt64 ( IFormatProvider provider ) : long |
Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.
|
|
ToSByte ( IFormatProvider provider ) : sbyte |
Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.
|
|
ToSingle ( IFormatProvider provider ) : float |
Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information.
|
|
ToString ( ) : string | ||
ToString ( IFormatProvider provider ) : string |
Converts the value of this instance to an equivalent T:System.String using the specified culture-specific formatting information.
|
|
ToType ( |
Converts the value of this instance to an T:System.Object of the specified T:System.Type that has an equivalent value, using the specified culture-specific formatting information.
|
|
ToUInt16 ( IFormatProvider provider ) : ushort |
Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.
|
|
ToUInt32 ( IFormatProvider provider ) : uint |
Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.
|
|
ToUInt64 ( IFormatProvider provider ) : ulong |
Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.
|
|
TryConvert ( |
Method | Description | |
---|---|---|
GetOrCreateValue ( ) : object |
public ToBoolean ( IFormatProvider provider ) : bool | ||
provider | IFormatProvider | An |
return | bool |
public ToByte ( IFormatProvider provider ) : byte | ||
provider | IFormatProvider | An |
return | byte |
public ToChar ( IFormatProvider provider ) : char | ||
provider | IFormatProvider | An |
return | char |
public ToDateTime ( IFormatProvider provider ) : System.DateTime | ||
provider | IFormatProvider | An |
return | System.DateTime |
public ToDecimal ( IFormatProvider provider ) : decimal | ||
provider | IFormatProvider | An |
return | decimal |
public ToDouble ( IFormatProvider provider ) : double | ||
provider | IFormatProvider | An |
return | double |
public ToInt16 ( IFormatProvider provider ) : short | ||
provider | IFormatProvider | An |
return | short |
public ToInt32 ( IFormatProvider provider ) : int | ||
provider | IFormatProvider | An |
return | int |
public ToInt64 ( IFormatProvider provider ) : long | ||
provider | IFormatProvider | An |
return | long |
public ToSByte ( IFormatProvider provider ) : sbyte | ||
provider | IFormatProvider | An |
return | sbyte |
public ToSingle ( IFormatProvider provider ) : float | ||
provider | IFormatProvider | An |
return | float |
public ToString ( IFormatProvider provider ) : string | ||
provider | IFormatProvider | An |
return | string |
public ToType ( |
||
conversionType | The |
|
provider | IFormatProvider | An |
return | object |
public ToUInt16 ( IFormatProvider provider ) : ushort | ||
provider | IFormatProvider | An |
return | ushort |
public ToUInt32 ( IFormatProvider provider ) : uint | ||
provider | IFormatProvider | An |
return | uint |
public ToUInt64 ( IFormatProvider provider ) : ulong | ||
provider | IFormatProvider | An |
return | ulong |
public TryConvert ( |
||
binder | ||
result | object | |
return | bool |