Converts an object to a character.
Namespace:
nsCDEngine.BaseClasses
Assembly:
C-DEngine (in C-DEngine.dll)
Public Shared Function CChar ( _
inObj As Object _
) As Char
Parameters
- inObj
- Type: Object
Input to be converted.
Return Value
The converted value.
A safe, efficient function to convert any input to a Char, a UTF-16 code unit.
Safe means that no unhandled exceptions are generated.
If the object cannot be converted, the function returns (Char)0.