Search
Converter.fromLong Method
See Also
 






Converts the specified long value to string.

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

 Syntax

Java  Copy Code

public static String fromLong (
    long val
)

 Parameters

val

The value to convert.

 Return Value

A string representing the specified value.

 See Also