Search
Convertible.toShort Method
See Also
 






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

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

short toShort (
    Locale locale
)

 Parameters

locale

An object that supplies culture-specific formatting information.

 Return Value

A short value equivalent to the value of this instance.

 See Also