Converts the specified value to a text string.
public String getTextFromValue( Object value )
value
The value to be converted to text.
Returns the string that represents the value. If the value parameter is null, an empty string is returned.
See Also getValueFromText