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 cannot be converted to a text string, an empty string is returned.
See Also getValueFromText