Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Convert::ToChar Method

 

Converts a specified value to a Unicode character.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticToChar(Boolean)

Calling this method always throws InvalidCastException.

System_CAPS_pubmethodSystem_CAPS_staticToChar(Byte)

Converts the value of the specified 8-bit unsigned integer to its equivalent Unicode character.

System_CAPS_pubmethodSystem_CAPS_staticToChar(Char)

Returns the specified Unicode character value; no actual conversion is performed.

System_CAPS_pubmethodSystem_CAPS_staticToChar(DateTime)

Calling this method always throws InvalidCastException.

System_CAPS_pubmethodSystem_CAPS_staticToChar(Decimal)

Calling this method always throws InvalidCastException.

System_CAPS_pubmethodSystem_CAPS_staticToChar(Double)

Calling this method always throws InvalidCastException.

System_CAPS_pubmethodSystem_CAPS_staticToChar(Int16)

Converts the value of the specified 16-bit signed integer to its equivalent Unicode character.

System_CAPS_pubmethodSystem_CAPS_staticToChar(Int32)

Converts the value of the specified 32-bit signed integer to its equivalent Unicode character.

System_CAPS_pubmethodSystem_CAPS_staticToChar(Int64)

Converts the value of the specified 64-bit signed integer to its equivalent Unicode character.

System_CAPS_pubmethodSystem_CAPS_staticToChar(Object^)

Converts the value of the specified object to a Unicode character.

System_CAPS_pubmethodSystem_CAPS_staticToChar(Object^, IFormatProvider^)

Converts the value of the specified object to its equivalent Unicode character, using the specified culture-specific formatting information.

System_CAPS_pubmethodSystem_CAPS_staticToChar(SByte)

Converts the value of the specified 8-bit signed integer to its equivalent Unicode character.

System_CAPS_pubmethodSystem_CAPS_staticToChar(Single)

Calling this method always throws InvalidCastException.

System_CAPS_pubmethodSystem_CAPS_staticToChar(String^)

Converts the first character of a specified string to a Unicode character.

System_CAPS_pubmethodSystem_CAPS_staticToChar(String^, IFormatProvider^)

Converts the first character of a specified string to a Unicode character, using specified culture-specific formatting information.

System_CAPS_pubmethodSystem_CAPS_staticToChar(UInt16)

Converts the value of the specified 16-bit unsigned integer to its equivalent Unicode character.

System_CAPS_pubmethodSystem_CAPS_staticToChar(UInt32)

Converts the value of the specified 32-bit unsigned integer to its equivalent Unicode character.

System_CAPS_pubmethodSystem_CAPS_staticToChar(UInt64)

Converts the value of the specified 64-bit unsigned integer to its equivalent Unicode character.

Return to top
Show:
© 2017 Microsoft