EAPUtilToString Method |
Name | Description | |
---|---|---|
ToString(Object) |
Safely converts an object to a string. If the object is null the return value is an empty string
| |
ToString(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.
|