Microsoft SDK for Java

ValueEditor.getTextFromValue

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.