8 [__DynamicallyInvokable]
13 [__DynamicallyInvokable]
19 [__DynamicallyInvokable]
25 [__DynamicallyInvokable]
31 [__DynamicallyInvokable]
37 [__DynamicallyInvokable]
43 [__DynamicallyInvokable]
49 [__DynamicallyInvokable]
55 [__DynamicallyInvokable]
61 [__DynamicallyInvokable]
67 [__DynamicallyInvokable]
73 [__DynamicallyInvokable]
79 [__DynamicallyInvokable]
85 [__DynamicallyInvokable]
91 [__DynamicallyInvokable]
97 [__DynamicallyInvokable]
103 [__DynamicallyInvokable]
110 [__DynamicallyInvokable]
float ToSingle(IFormatProvider provider)
Converts the value of this instance to an equivalent single-precision floating-point number using the...
double ToDouble(IFormatProvider provider)
Converts the value of this instance to an equivalent double-precision floating-point number using the...
bool ToBoolean(IFormatProvider provider)
Converts the value of this instance to an equivalent Boolean value using the specified culture-specif...
TypeCode
Specifies the type of an object.
TypeCode GetTypeCode()
Returns the T:System.TypeCode for this instance.
char ToChar(IFormatProvider provider)
Converts the value of this instance to an equivalent Unicode character using the specified culture-sp...
Represents an instant in time, typically expressed as a date and time of day. To browse the ....
DateTime ToDateTime(IFormatProvider provider)
Converts the value of this instance to an equivalent T:System.DateTime using the specified culture-sp...
sbyte ToSByte(IFormatProvider provider)
Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture...
decimal ToDecimal(IFormatProvider provider)
Converts the value of this instance to an equivalent T:System.Decimal number using the specified cult...
int ToInt32(IFormatProvider provider)
Converts the value of this instance to an equivalent 32-bit signed integer using the specified cultur...
object ToType(Type conversionType, IFormatProvider provider)
Converts the value of this instance to an T:System.Object of the specified T:System....
Represents type declarations: class types, interface types, array types, value types,...
string ToString(IFormatProvider provider)
Converts the value of this instance to an equivalent T:System.String using the specified culture-spec...
ushort ToUInt16(IFormatProvider provider)
Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified cult...
short ToInt16(IFormatProvider provider)
Converts the value of this instance to an equivalent 16-bit signed integer using the specified cultur...
long ToInt64(IFormatProvider provider)
Converts the value of this instance to an equivalent 64-bit signed integer using the specified cultur...
ulong ToUInt64(IFormatProvider provider)
Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified cult...
byte ToByte(IFormatProvider provider)
Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified cultu...
Defines methods that convert the value of the implementing reference or value type to a common langua...
uint ToUInt32(IFormatProvider provider)
Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified cult...