Click or drag to resize

EAPConvertToRawString Method

Convert an object to a string in its raw format. In particular this means that boolean values are converted to "0" and "1", and enumerations are converted to their underlying int values as a string, not the name of the enumeration value(s).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ToRawString(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to convert.

Return Value

Type: String
The converted string.
See Also