Search
Convertible.toString Method
See Also
 






Converts the value of this instance to an equivalent string value using the specified culture-specific formatting information.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

String toString (
    Locale locale
)

 Parameters

locale

An object that supplies culture-specific formatting information.

 Return Value

A string value equivalent to the value of this instance.

 See Also