Convert Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Convert type exposes the following members.

Methods

  Name Description
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ChangeType(Object, Type, IFormatProvider) Returns an object of the specified type whose value is equivalent to the specified object. A parameter supplies culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ChangeType(Object, TypeCode, IFormatProvider) Returns an object of the specified type whose value is equivalent to the specified object. A parameter supplies culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 FromBase64CharArray Converts a subset of a Unicode character array, which encodes binary data as base 64 digits, to an equivalent 8-bit unsigned integer array. Parameters specify the subset in the input array and the number of elements to convert.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 FromBase64String Converts the specified String, which encodes binary data as base 64 digits, to an equivalent 8-bit unsigned integer array.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetTypeCode Returns the TypeCode for the specified object.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 IsDBNull Returns an indication whether the specified object is of type DBNull.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBase64CharArray Converts a subset of an 8-bit unsigned integer array to an equivalent subset of a Unicode character array encoded with base 64 digits. Parameters specify the subsets as offsets in the input and output arrays, and the number of elements in the input array to convert.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBase64String(array<Byte[]) Converts an array of 8-bit unsigned integers to its equivalent String representation encoded with base 64 digits.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBase64String(array<Byte[], Int32, Int32) Converts a subset of an array of 8-bit unsigned integers to its equivalent String representation encoded with base 64 digits. Parameters specify the subset as an offset in the input array, and the number of elements in the array to convert.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBoolean(Boolean) Returns the specified Boolean value; no actual conversion is performed.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBoolean(Byte) Converts the value of the specified 8-bit unsigned integer to an equivalent Boolean value.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBoolean(Char) Calling this method always throws InvalidCastException.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBoolean(Decimal) Converts the value of the specified Decimal number to an equivalent Boolean value.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBoolean(Double) Converts the value of the specified double-precision floating point number to an equivalent Boolean value.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBoolean(Int16) Converts the value of the specified 16-bit signed integer to an equivalent Boolean value.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBoolean(Int32) Converts the value of the specified 32-bit signed integer to an equivalent Boolean value.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBoolean(Int64) Converts the value of the specified 64-bit signed integer to an equivalent Boolean value.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBoolean(Object) Converts the value of a specified Object to an equivalent Boolean value.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBoolean(SByte) Converts the value of the specified 8-bit signed integer to an equivalent Boolean value.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBoolean(Single) Converts the value of the specified single-precision floating point number to an equivalent Boolean value.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBoolean(String) Converts the specified String representation of a logical value to its Boolean equivalent.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBoolean(UInt16) Converts the value of the specified 16-bit unsigned integer to an equivalent Boolean value.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBoolean(UInt32) Converts the value of the specified 32-bit unsigned integer to an equivalent Boolean value.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBoolean(UInt64) Converts the value of the specified 64-bit unsigned integer to an equivalent Boolean value.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBoolean(Object, IFormatProvider) Converts the value of the specified Object to an equivalent Boolean value using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToBoolean(String, IFormatProvider) Converts the specified String representation of a logical value to its Boolean equivalent using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(Boolean) Converts the value of the specified Boolean value to the equivalent 8-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(Byte) Returns the specified 8-bit unsigned integer; no actual conversion is performed.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(Char) Converts the value of the specified Unicode character to the equivalent 8-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(Decimal) Converts the value of the specified Decimal number to an equivalent 8-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(Double) Converts the value of the specified double-precision floating point number to an equivalent 8-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(Int16) Converts the value of the specified 16-bit signed integer to an equivalent 8-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(Int32) Converts the value of the specified 32-bit signed integer to an equivalent 8-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(Int64) Converts the value of the specified 64-bit signed integer to an equivalent 8-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(Object) Converts the value of the specified Object to an 8-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(SByte) Converts the value of the specified 8-bit signed integer to an equivalent 8-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(Single) Converts the value of the specified single-precision floating point number to an equivalent 8-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(String) Converts the specified String representation of a number to an equivalent 8-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(UInt16) Converts the value of the specified 16-bit unsigned integer to an equivalent 8-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(UInt32) Converts the value of the specified 32-bit unsigned integer to an equivalent 8-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(UInt64) Converts the value of the specified 64-bit unsigned integer to an equivalent 8-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(Object, IFormatProvider) Converts the value of the specified Object to an 8-bit unsigned integer using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(String, IFormatProvider) Converts the specified String representation of a number to an equivalent 8-bit unsigned integer using specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToByte(String, Int32) Converts the string representation of a number in a specified base to an equivalent 8-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToChar(Byte) Converts the value of the specified 8-bit unsigned integer to its equivalent Unicode character.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToChar(Char) Returns the specified Unicode character value; no actual conversion is performed.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToChar(Decimal) Calling this method always throws InvalidCastException.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToChar(Double) Calling this method always throws InvalidCastException.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToChar(Int16) Converts the value of the specified 16-bit signed integer to its equivalent Unicode character.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToChar(Int32) Converts the value of the specified 32-bit signed integer to its equivalent Unicode character.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToChar(Int64) Converts the value of the specified 64-bit signed integer to its equivalent Unicode character.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToChar(Object) Converts the value of the specified Object to a Unicode character.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToChar(SByte) Converts the value of the specified 8-bit signed integer to its equivalent Unicode character.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToChar(Single) Calling this method always throws InvalidCastException.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToChar(String) Converts the first character of a String to a Unicode character.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToChar(UInt16) Converts the value of the specified 16-bit unsigned integer to its equivalent Unicode character.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToChar(UInt32) Converts the value of the specified 32-bit unsigned integer to its equivalent Unicode character.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToChar(UInt64) Converts the value of the specified 64-bit unsigned integer to its equivalent Unicode character.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToChar(Object, IFormatProvider) Converts the value of the specified Object to its equivalent Unicode character using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToChar(String, IFormatProvider) Converts the first character of a String to a Unicode character using specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDateTime(Object) Converts the value of the specified Object to a DateTime.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDateTime(String) Converts the specified String representation of a date and time to an equivalent DateTime.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDateTime(Object, IFormatProvider) Converts the value of the specified Object to a DateTime using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDateTime(String, IFormatProvider) Converts the specified String representation of a number to an equivalent DateTime using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(Boolean) Converts the value of the specified Boolean value to the equivalent Decimal number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(Byte) Converts the value of the specified 8-bit unsigned integer to the equivalent Decimal number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(Char) Calling this method always throws InvalidCastException.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(DateTime) Calling this method always throws InvalidCastException.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(Decimal) Returns the specified Decimal number; no actual conversion is performed.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(Double) Converts the value of the specified double-precision floating point number to an equivalent Decimal number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(Int16) Converts the value of the specified 16-bit signed integer to an equivalent Decimal number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(Int32) Converts the value of the specified 32-bit signed integer to an equivalent Decimal number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(Int64) Converts the value of the specified 64-bit signed integer to an equivalent Decimal number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(Object) Converts the value of the specified Object to a Decimal number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(SByte) Converts the value of the specified 8-bit signed integer to the equivalent Decimal number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(Single) Converts the value of the specified single-precision floating point number to the equivalent Decimal number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(String) Converts the specified String representation of a number to an equivalent Decimal number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(UInt16) Converts the value of the specified 16-bit unsigned integer to the equivalent Decimal number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(UInt32) Converts the value of the specified 32-bit unsigned integer to an equivalent Decimal number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(UInt64) Converts the value of the specified 64-bit unsigned integer to an equivalent Decimal number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(Object, IFormatProvider) Converts the value of the specified Object to an Decimal number using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDecimal(String, IFormatProvider) Converts the specified String representation of a number to an equivalent Decimal number using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDouble(Boolean) Converts the value of the specified Boolean value to the equivalent double-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDouble(Byte) Converts the value of the specified 8-bit unsigned integer to the equivalent double-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDouble(Char) Calling this method always throws InvalidCastException.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDouble(Decimal) Converts the value of the specified Decimal number to an equivalent double-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDouble(Double) Returns the specified double-precision floating point number; no actual conversion is performed.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDouble(Int16) Converts the value of the specified 16-bit signed integer to an equivalent double-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDouble(Int32) Converts the value of the specified 32-bit signed integer to an equivalent double-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDouble(Int64) Converts the value of the specified 64-bit signed integer to an equivalent double-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDouble(Object) Converts the value of the specified Object to a double-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDouble(SByte) Converts the value of the specified 8-bit signed integer to the equivalent double-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDouble(Single) Converts the value of the specified single-precision floating point number to an equivalent double-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDouble(String) Converts the specified String representation of a number to an equivalent double-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDouble(UInt16) Converts the value of the specified 16-bit unsigned integer to the equivalent double-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDouble(UInt32) Converts the value of the specified 32-bit unsigned integer to an equivalent double-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDouble(UInt64) Converts the value of the specified 64-bit unsigned integer to an equivalent double-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDouble(Object, IFormatProvider) Converts the value of the specified Object to an double-precision floating point number using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToDouble(String, IFormatProvider) Converts the specified String representation of a number to an equivalent double-precision floating point number using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(Boolean) Converts the value of the specified Boolean value to the equivalent 16-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(Byte) Converts the value of the specified 8-bit unsigned integer to the equivalent 16-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(Char) Converts the value of the specified Unicode character to the equivalent 16-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(Decimal) Converts the value of the specified Decimal number to an equivalent 16-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(Double) Converts the value of the specified double-precision floating point number to an equivalent 16-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(Int16) Returns the specified 16-bit signed integer; no actual conversion is performed.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(Int32) Converts the value of the specified 32-bit signed integer to an equivalent 16-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(Int64) Converts the value of the specified 64-bit signed integer to an equivalent 16-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(Object) Converts the value of the specified Object to a 16-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(SByte) Converts the value of the specified 8-bit signed integer to the equivalent 16-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(Single) Converts the value of the specified single-precision floating point number to an equivalent 16-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(String) Converts the specified String representation of a number to an equivalent 16-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(UInt16) Converts the value of the specified 16-bit unsigned integer to the equivalent 16-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(UInt32) Converts the value of the specified 32-bit unsigned integer to an equivalent 16-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(UInt64) Converts the value of the specified 64-bit unsigned integer to an equivalent 16-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(Object, IFormatProvider) Converts the value of the specified Object to a 16-bit signed integer using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(String, IFormatProvider) Converts the specified String representation of a number to an equivalent 16-bit signed integer using specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt16(String, Int32) Converts the string representation of a number in a specified base to an equivalent 16-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(Boolean) Converts the value of the specified Boolean value to the equivalent 32-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(Byte) Converts the value of the specified 8-bit unsigned integer to the equivalent 32-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(Char) Converts the value of the specified Unicode character to the equivalent 32-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(Decimal) Converts the value of the specified Decimal number to an equivalent 32-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(Double) Converts the value of the specified double-precision floating point number to an equivalent 32-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(Int16) Converts the value of the specified 16-bit signed integer to an equivalent 32-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(Int32) Returns the specified 32-bit signed integer; no actual conversion is performed.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(Int64) Converts the value of the specified 64-bit signed integer to an equivalent 32-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(Object) Converts the value of the specified Object to a 32-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(SByte) Converts the value of the specified 8-bit signed integer to the equivalent 32-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(Single) Converts the value of the specified single-precision floating point number to an equivalent 32-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(String) Converts the specified String representation of a number to an equivalent 32-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(UInt16) Converts the value of the specified 16-bit unsigned integer to the equivalent 32-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(UInt32) Converts the value of the specified 32-bit unsigned integer to an equivalent 32-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(UInt64) Converts the value of the specified 64-bit unsigned integer to an equivalent 32-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(Object, IFormatProvider) Converts the value of the specified Object to a 32-bit signed integer using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(String, IFormatProvider) Converts the specified String representation of a number to an equivalent 32-bit signed integer using specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt32(String, Int32) Converts the String representation of a number in a specified base to an equivalent 32-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(Boolean) Converts the value of the specified Boolean value to the equivalent 64-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(Byte) Converts the value of the specified 8-bit unsigned integer to the equivalent 64-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(Char) Converts the value of the specified Unicode character to the equivalent 64-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(Decimal) Converts the value of the specified Decimal number to an equivalent 64-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(Double) Converts the value of the specified double-precision floating point number to an equivalent 64-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(Int16) Converts the value of the specified 16-bit signed integer to an equivalent 64-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(Int32) Converts the value of the specified 32-bit signed integer to an equivalent 64-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(Int64) Returns the specified 64-bit signed integer; no actual conversion is performed.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(Object) Converts the value of the specified Object to a 64-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(SByte) Converts the value of the specified 8-bit signed integer to the equivalent 64-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(Single) Converts the value of the specified single-precision floating point number to an equivalent 64-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(String) Converts the specified String representation of a number to an equivalent 64-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(UInt16) Converts the value of the specified 16-bit unsigned integer to the equivalent 64-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(UInt32) Converts the value of the specified 32-bit unsigned integer to an equivalent 64-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(UInt64) Converts the value of the specified 64-bit unsigned integer to an equivalent 64-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(Object, IFormatProvider) Converts the value of the specified Object to a 64-bit signed integer using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(String, IFormatProvider) Converts the specified String representation of a number to an equivalent 64-bit signed integer using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToInt64(String, Int32) Converts the string representation of a number in a specified base to an equivalent 64-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(Boolean) Converts the value of the specified Boolean value to the equivalent 8-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(Byte) Converts the value of the specified 8-bit unsigned integer to the equivalent 8-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(Char) Converts the value of the specified Unicode character to the equivalent 8-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(Decimal) Converts the value of the specified Decimal number to an equivalent 8-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(Double) Converts the value of the specified double-precision floating point number to an equivalent 8-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(Int16) Converts the value of the specified 16-bit signed integer to the equivalent 8-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(Int32) Converts the value of the specified 32-bit signed integer to an equivalent 8-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(Int64) Converts the value of the specified 64-bit signed integer to an equivalent 8-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(Object) Converts the value of the specified Object to an 8-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(SByte) Returns the specified 8-bit signed integer; no actual conversion is performed.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(Single) Converts the value of the specified single-precision floating point number to an equivalent 8-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(String) Converts the specified String representation of a number to an equivalent 8-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(UInt16) Converts the value of the specified 16-bit unsigned integer to the equivalent 8-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(UInt32) Converts the value of the specified 32-bit unsigned integer to an equivalent 8-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(UInt64) Converts the value of the specified 64-bit unsigned integer to an equivalent 8-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(Object, IFormatProvider) Converts the value of the specified Object to an 8-bit signed integer using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(String, IFormatProvider) Converts the specified String representation of a number to an equivalent 8-bit signed integer using specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSByte(String, Int32) Converts the string representation of a number in a specified base to an equivalent 8-bit signed integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSingle(Boolean) Converts the value of the specified Boolean value to the equivalent single-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSingle(Byte) Converts the value of the specified 8-bit unsigned integer to the equivalent single-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSingle(Char) Calling this method always throws InvalidCastException.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSingle(Decimal) Converts the value of the specified Decimal number to an equivalent single-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSingle(Double) Converts the value of the specified double-precision floating point number to an equivalent single-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSingle(Int16) Converts the value of the specified 16-bit signed integer to an equivalent single-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSingle(Int32) Converts the value of the specified 32-bit signed integer to an equivalent single-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSingle(Int64) Converts the value of the specified 64-bit signed integer to an equivalent single-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSingle(Object) Converts the value of the specified Object to a single-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSingle(SByte) Converts the value of the specified 8-bit signed integer to the equivalent single-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSingle(Single) Returns the specified single-precision floating point number; no actual conversion is performed.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSingle(String) Converts the specified String representation of a number to an equivalent single-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSingle(UInt16) Converts the value of the specified 16-bit unsigned integer to the equivalent single-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSingle(UInt32) Converts the value of the specified 32-bit unsigned integer to an equivalent single-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSingle(UInt64) Converts the value of the specified 64-bit unsigned integer to an equivalent single-precision floating point number.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSingle(Object, IFormatProvider) Converts the value of the specified Object to an single-precision floating point number using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToSingle(String, IFormatProvider) Converts the specified String representation of a number to an equivalent single-precision floating point number using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Boolean) Converts the value of the specified Boolean to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Byte) Converts the value of the specified 8-bit unsigned integer to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Char) Converts the value of the specified Unicode character to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(DateTime) Converts the value of the specified DateTime to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Decimal) Converts the value of the specified Decimal number to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Double) Converts the value of the specified double-precision floating point number to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Int16) Converts the value of the specified 16-bit signed integer to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Int32) Converts the value of the specified 32-bit signed integer to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Int64) Converts the value of the specified 64-bit signed integer to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Object) Converts the value of the specified Object to its String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(SByte) Converts the value of the specified 8-bit signed integer to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Single) Converts the value of the specified single-precision floating point number to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(UInt16) Converts the value of the specified 16-bit unsigned integer to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(UInt32) Converts the value of the specified 32-bit unsigned integer to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(UInt64) Converts the value of the specified 64-bit unsigned integer to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Boolean, IFormatProvider) Converts the value of the specified Boolean to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Byte, IFormatProvider) Converts the value of the specified 8-bit unsigned integer to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Byte, Int32) Converts the value of an 8-bit unsigned integer to its equivalent string representation in a specified base.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Char, IFormatProvider) Converts the value of the specified Unicode character to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(DateTime, IFormatProvider) Converts the value of the specified DateTime to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Decimal, IFormatProvider) Converts the value of the specified Decimal number to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Double, IFormatProvider) Converts the value of the specified double-precision floating point number to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Int16, IFormatProvider) Converts the value of the specified 16-bit signed integer to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Int16, Int32) Converts the value of a 16-bit signed integer to its equivalent String representation in a specified base.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Int32, IFormatProvider) Converts the value of the specified 32-bit signed integer to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Int32, Int32) Converts the value of a 32-bit signed integer to its equivalent String representation in a specified base.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Int64, IFormatProvider) Converts the value of the specified 64-bit signed integer to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Int64, Int32) Converts the value of a 64-bit signed integer to its equivalent String representation in a specified base.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Object, IFormatProvider) Converts the value of the specified Object to its equivalent String representation using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(SByte, IFormatProvider) Converts the value of the specified 8-bit signed integer to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(Single, IFormatProvider) Converts the value of the specified single-precision floating point number to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(UInt16, IFormatProvider) Converts the value of the specified 16-bit unsigned integer to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(UInt32, IFormatProvider) Converts the value of the specified 32-bit unsigned integer to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString(UInt64, IFormatProvider) Converts the value of the specified 64-bit unsigned integer to its equivalent String representation.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(Boolean) Converts the value of the specified Boolean value to the equivalent 16-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(Byte) Converts the value of the specified 8-bit unsigned integer to the equivalent 16-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(Char) Converts the value of the specified Unicode character to the equivalent 16-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(Decimal) Converts the value of the specified Decimal number to an equivalent 16-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(Double) Converts the value of the specified double-precision floating point number to an equivalent 16-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(Int16) Converts the value of the specified 16-bit signed integer to the equivalent 16-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(Int32) Converts the value of the specified 32-bit signed integer to an equivalent 16-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(Int64) Converts the value of the specified 64-bit signed integer to an equivalent 16-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(Object) Converts the value of the specified Object to a 16-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(SByte) Converts the value of the specified 8-bit signed integer to the equivalent 16-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(Single) Converts the value of the specified single-precision floating point number to an equivalent 16-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(String) Converts the specified String representation of a number to an equivalent 16-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(UInt16) Returns the specified 16-bit unsigned integer; no actual conversion is performed.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(UInt32) Converts the value of the specified 32-bit unsigned integer to an equivalent 16-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(UInt64) Converts the value of the specified 64-bit unsigned integer to an equivalent 16-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(Object, IFormatProvider) Converts the value of the specified Object to a 16-bit unsigned integer using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(String, IFormatProvider) Converts the specified String representation of a number to an equivalent 16-bit unsigned integer using specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt16(String, Int32) Converts the string representation of a number in a specified base to an equivalent 16-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(Boolean) Converts the value of the specified Boolean value to the equivalent 32-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(Byte) Converts the value of the specified 8-bit unsigned integer to the equivalent 32-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(Char) Converts the value of the specified Unicode character to the equivalent 32-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(Decimal) Converts the value of the specified Decimal number to an equivalent 32-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(Double) Converts the value of the specified double-precision floating point number to an equivalent 32-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(Int16) Converts the value of the specified 16-bit signed integer to the equivalent 32-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(Int32) Converts the value of the specified 32-bit signed integer to an equivalent 32-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(Int64) Converts the value of the specified 64-bit signed integer to an equivalent 32-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(Object) Converts the value of the specified Object to a 32-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(SByte) Converts the value of the specified 8-bit signed integer to the equivalent 32-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(Single) Converts the value of the specified single-precision floating point number to an equivalent 32-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(String) Converts the specified String representation of a number to an equivalent 32-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(UInt16) Converts the value of the specified 16-bit unsigned integer to the equivalent 32-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(UInt32) Returns the specified 32-bit unsigned integer; no actual conversion is performed.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(UInt64) Converts the value of the specified 64-bit unsigned integer to an equivalent 32-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(Object, IFormatProvider) Converts the value of the specified Object to a 32-bit unsigned integer using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(String, IFormatProvider) Converts the specified String representation of a number to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt32(String, Int32) Converts the string representation of a number in a specified base to an equivalent 32-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(Boolean) Converts the value of the specified Boolean value to the equivalent 64-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(Byte) Converts the value of the specified 8-bit unsigned integer to the equivalent 64-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(Char) Converts the value of the specified Unicode character to the equivalent 64-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(Decimal) Converts the value of the specified Decimal number to an equivalent 64-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(Double) Converts the value of the specified double-precision floating point number to an equivalent 64-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(Int16) Converts the value of the specified 16-bit signed integer to the equivalent 64-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(Int32) Converts the value of the specified 32-bit signed integer to an equivalent 64-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(Int64) Converts the value of the specified 64-bit signed integer to an equivalent 64-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(Object) Converts the value of the specified Object to a 64-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(SByte) Converts the value of the specified 8-bit signed integer to the equivalent 64-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(Single) Converts the value of the specified single-precision floating point number to an equivalent 64-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(String) Converts the specified String representation of a number to an equivalent 64-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(UInt16) Converts the value of the specified 16-bit unsigned integer to the equivalent 64-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(UInt32) Converts the value of the specified 32-bit unsigned integer to an equivalent 64-bit unsigned integer.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(UInt64) Returns the specified 64-bit unsigned integer; no actual conversion is performed.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(Object, IFormatProvider) Converts the value of the specified Object to a 64-bit unsigned integer using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(String, IFormatProvider) Converts the specified String representation of a number to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.
Public methodStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToUInt64(String, Int32) Converts the string representation of a number in a specified base to an equivalent 64-bit unsigned integer.

Top

See Also

Reference