Search
Converter.toLong Method
See Also
 






Converts the specified string value to long.

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

 Syntax

Java  Copy Code

public static long toLong (
    String s
)

 Parameters

s

The string value to convert from.

 Return Value

A long value that is deserialized from the specified string.

 See Also