Search
Convertible.toChar Method
See Also
 






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

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

 Syntax

Java  Copy Code

Character toChar (
    Locale locale
)

 Parameters

locale

An object that supplies culture-specific formatting information.

 Return Value

A char value equivalent to the value of this instance.

 See Also