Search
Convertible.toInt Method
See Also
 






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

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

 Syntax

Java  Copy Code

int toInt (
    Locale locale
)

 Parameters

locale

An object that supplies culture-specific formatting information.

 Return Value

An integer value equivalent to the value of this instance.

 See Also