Bridge

Convert..::..ToChar Method

Overload List


  Name Description
Public method Static member ToChar(Object)
Converts the value of the specified object to a Unicode character. Note: Calling this method for [bool], [float], [double], [decimal] and [DateTime] values always throws InvalidCastException.
Public method Static member ToChar(Object, IFormatProvider)
Converts the value of the specified object to its equivalent Unicode character, using the specified culture-specific formatting information. Note: Calling this method for [bool], [float], [double], [decimal] and [DateTime] values always throws InvalidCastException.
Public method Static member ToChar(Boolean)
Calling this method always throws InvalidCastException.
Public method Static member ToChar(Char)
Returns the specified Unicode character value; no actual conversion is performed.
Public method Static member ToChar(SByte)
Converts the value of the specified 8-bit signed integer to its equivalent Unicode character.
Public method Static member ToChar(Byte)
Converts the value of the specified 8-bit unsigned integer to its equivalent Unicode character.
Public method Static member ToChar(Int16)
Converts the value of the specified 16-bit signed integer to its equivalent Unicode character.
Public method Static member ToChar(UInt16)
Converts the value of the specified 16-bit unsigned integer to its equivalent Unicode character.
Public method Static member ToChar(Int32)
Converts the value of the specified 32-bit signed integer to its equivalent Unicode character.
Public method Static member ToChar(UInt32)
Converts the value of the specified 32-bit unsigned integer to its equivalent Unicode character.
Public method Static member ToChar(Int64)
Converts the value of the specified 64-bit signed integer to its equivalent Unicode character.
Public method Static member ToChar(UInt64)
Converts the value of the specified 64-bit unsigned integer to its equivalent Unicode character.
Public method Static member ToChar(String)
Converts the value of the specified object to a Unicode character.
Public method Static member ToChar(String, IFormatProvider)
Converts the value of the specified object to its equivalent Unicode character, using the specified culture-specific formatting information.
Public method Static member ToChar(Single)
Calling this method always throws InvalidCastException.
Public method Static member ToChar(Double)
Calling this method always throws InvalidCastException.
Public method Static member ToChar(Decimal)
Calling this method always throws InvalidCastException.
Public method Static member ToChar(DateTime)
Calling this method always throws InvalidCastException.