Click or drag to resize

EAPUtilToString Method

Overload List
  NameDescription
Public methodStatic memberToString(Object)
Safely converts an object to a string. If the object is null the return value is an empty string
Public methodStatic memberToString(Object, String)
Safely converts an object to a string. If the object is null or empty then the defaultValue is returned. Note, however, that if both the converted object and defaultValue are null an empty string is returned. A null value is never returned.
Top
See Also