Click or drag to resize

EAPUtilToString Method (Object)

Safely converts an object to a string. If the object is null the return value is an empty string

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

Parameters

value
Type: SystemObject
The object to convert

Return Value

Type: String
The converted value or "" if the object is null.
See Also