ConvertToChar Method (Char) |
Returns the specified Unicode character value; no actual conversion is performed.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static char ToChar(
char value
)
Parameters
- value
- Type: SystemChar
The Unicode character to return.
Return Value
Type:
Charvalue is returned unchanged.
See Also