Search
Converter.fromInt Method (Int64)
See Also
 






Converts the specified long value to string.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public static String fromInt (
    long val
)

 Parameters

val

The value to convert.

 Return Value

A string representing the specified value.

 See Also