.NET Framework Class Library
Convert Methods

The Convert type exposes the following members.

Methods

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkChangeTypeOverloaded. Returns an object of a specified type whose value is equivalent to a specified object.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFromBase64CharArrayConverts 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 the .NET Compact FrameworkSupported by the XNA FrameworkFromBase64StringConverts the specified string, which encodes binary data as base-64 digits, to an equivalent 8-bit unsigned integer array.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetTypeCodeReturns the TypeCode for the specified object.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIsDBNullReturns an indication whether the specified object is of type DBNull.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToBase64CharArrayOverloaded. Converts a subset of an 8-bit unsigned integer array to an equivalent subset of a Unicode character array encoded with base-64 digits.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToBase64StringOverloaded. Converts the value of an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToBooleanOverloaded. Converts a specified value to an equivalent Boolean value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToByteOverloaded. Converts a specified value to an 8-bit unsigned integer.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToCharOverloaded. Converts a specified value to a Unicode character.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToDateTimeOverloaded. Converts a specified value to a DateTime value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToDecimalOverloaded. Converts a specified value to a decimal number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToDoubleOverloaded. Converts a specified value to a double-precision floating-point number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToInt16Overloaded. Converts a specified value to a 16-bit signed integer.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToInt32Overloaded. Converts a specified value to a 32-bit signed integer.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToInt64Overloaded. Converts a specified value to a 64-bit signed integer.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSByteOverloaded. Converts a specified value to an 8-bit signed integer.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToSingleOverloaded. Converts a specified value to a single-precision floating-point number.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToStringOverloaded. Converts the specified value to its equivalent string representation.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToUInt16Overloaded. Converts a specified value to a 16-bit unsigned integer.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToUInt32Overloaded. Converts a specified value to a 32-bit unsigned integer.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToUInt64Overloaded. Converts a specified value to a 64-bit unsigned integer.
Top
See Also

Reference

Tags :


Page view tracker