Overview | Methods | 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 parameter is null, an empty string is returned.
See Also getValueFromText