Overview | Methods | Fields | This Package | All Packages
Converts the specified value to a text string.
Syntax
public String getTextFromValue( Object value )
Parameters
value
The value to be converted to text.
Return Value
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