| 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
Syntaxpublic static string ToString(
	Object value
)
Public Shared Function ToString ( 
	value As Object
) As String
Parameters
- value
- Type: SystemObject
 The object to convert
Return Value
Type: 
StringThe converted value or "" if the object is null.
 See Also
See Also