Click or drag to resize
ConvertToChar Method
Overload List
  NameDescription
Public methodStatic memberToChar(Boolean)
Calling this method always throws InvalidCastException.
Public methodStatic memberToChar(Byte)
Converts the value of the specified 8-bit unsigned integer to its equivalent Unicode character.
Public methodStatic memberToChar(Char)
Returns the specified Unicode character value; no actual conversion is performed.
Public methodStatic memberToChar(DateTime)
Calling this method always throws InvalidCastException.
Public methodStatic memberToChar(Decimal)
Calling this method always throws InvalidCastException.
Public methodStatic memberToChar(Double)
Calling this method always throws InvalidCastException.
Public methodStatic memberToChar(Int16)
Converts the value of the specified 16-bit signed integer to its equivalent Unicode character.
Public methodStatic memberToChar(Int32)
Converts the value of the specified 32-bit signed integer to its equivalent Unicode character.
Public methodStatic memberToChar(Int64)
Converts the value of the specified 64-bit signed integer to its equivalent Unicode character.
Public methodStatic memberToChar(Object)
Converts the value of the specified object to a Unicode character.
Public methodStatic memberToChar(SByte)
Converts the value of the specified 8-bit signed integer to its equivalent Unicode character.
Public methodStatic memberToChar(Single)
Calling this method always throws InvalidCastException.
Public methodStatic memberToChar(String)
Converts the first character of a specified string to a Unicode character.
Public methodStatic memberToChar(UInt16)
Converts the value of the specified 16-bit unsigned integer to its equivalent Unicode character.
Public methodStatic memberToChar(UInt32)
Converts the value of the specified 32-bit unsigned integer to its equivalent Unicode character.
Public methodStatic memberToChar(UInt64)
Converts the value of the specified 64-bit unsigned integer to its equivalent Unicode character.
Public methodStatic memberToChar(Object, IFormatProvider)
Converts the value of the specified object to its equivalent Unicode character, using the specified culture-specific formatting information.
Public methodStatic memberToChar(String, IFormatProvider)
Converts the first character of a specified string to a Unicode character, using specified culture-specific formatting information.
Top
See Also