C-DEngine 5.105

TheCommonUtils..::..CStr Method

Converts an object to a string.

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string CStr(
	Object inObj
)
Public Shared Function CStr ( _
	inObj As Object _
) As String
public:
static String^ CStr(
	Object^ inObj
)

Parameters

inObj
Type: Object
Input to be converted.

Return Value

The converted value.

Remarks


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).