Methods
-
Change
Type(Object, static Converts an object to the specified type.Type) -
Fallback
User static Converts an object to the specified type.Defined Conversion(Object, Type) -
From
Char static Converts a Char value to a string, given a byte count.And Count(Char, Int32) -
From
Char static Converts a Char array to a string.Array(Char[]) -
From
Char static Converts a subset of a Char array to a string.Array Subset(Char[], Int32, Int32) -
To
Boolean(Object) static Converts an object to a Boolean value. -
To
Boolean(String) static Converts a string to a Boolean value. -
To
Byte(Object) static Converts an object to a Byte value. -
To
Byte(String) static Converts a string to a Byte value. -
To
Char(Object) static Converts an object to a Char value. -
To
Char(String) static Converts a string to a Char value. -
To
Char static Converts an object to a one-dimensional Char array.Array Rank One(Object) -
To
Char static Converts a string to a one-dimensional Char array.Array Rank One(String) -
To
Date(Object) static Converts an object to a DateTime value. -
To
Date(String) static Converts a string to a DateTime value. -
To
Decimal(Boolean) static Converts a Boolean value to a Decimal value. -
To
Decimal(Object) static Converts an object to a Decimal value. -
To
Decimal(String) static Converts a string to a Decimal value. -
To
Double(Object) static Converts an object to a Double value. -
To
Double(String) static Converts a string to a Double value. -
To
Generic static Converts an object to a generic type T.Parameter``1(Object) -
To
Integer(Object) static Converts an object to an integer value. -
To
Integer(String) static Converts a string to an integer value. -
To
Long(Object) static Converts an object to a Long value. -
To
Long(String) static Converts a string to a Long value. -
To
SByte(Object) static Converts an object to an SByte value. -
To
SByte(String) static Converts a string to an SByte value. -
To
Short(Object) static Converts an object to a Short value. -
To
Short(String) static Converts a string to a Short value. -
To
Single(Object) static Converts an object to a Single value. -
To
Single(String) static Converts a String to a Single value. -
To
String(Boolean) static Converts a Boolean value to a String. -
To
String(Byte) static Converts a Byte value to a String. -
To
String(Char) static Converts a Char value to a String. -
To
String(Date static Converts a DateTime value to a String value.Time) -
To
String(Decimal) static Converts a Decimal value to a String value. -
To
String(Decimal, static Converts a Decimal value to a String value, using the specified number format.Number Format Info) -
To
String(Double) static Converts a Double value to a String value. -
To
String(Double, static Converts a Double value to a String value, using the specified number format.Number Format Info) -
To
String(Int16) static Converts a Short value to a String value. -
To
String(Int32) static Converts an integer value to a String value. -
To
String(Int64) static Converts a Long value to a String value. -
To
String(Object) static Converts an object to a String value. -
To
String(Single) static Converts a Single value (a single-precision floating point number) to a String value. -
To
String(Single, static Converts a Single value to a String value, using the specified number format.Number Format Info) -
To
String(UInt32) static Converts a uint value to a String value. -
To
String(UInt64) static Converts a Ulong value to a String value. -
To
UInteger(Object) static Converts an object to a Uint value. -
To
UInteger(String) static Converts a string to a Uint value. -
To
ULong(Object) static Converts an object to a Ulong value. -
To
ULong(String) static Converts a string to a Ulong value. -
To
UShort(Object) static Converts an object to a Ushort value. -
To
UShort(String) static Converts a string to a Ushort value.