Converts an object to a string.
Namespace:
nsCDEngine.BaseClasses
Assembly:
C-DEngine (in C-DEngine.dll)
Public Shared Function CStr ( _
inObj As Object _
) As String
Parameters
- inObj
- Type: Object
Input to be converted.
Return Value
The converted value.
A safe, efficient function to convert an object to a string. Safe means that
no unhandled exceptions are generated. The conversion is done in a
culturally neutral manner (CultureInfo.InvariantCulture).