Converts the specified string value to byte value.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public static byte toByte ( |
The string value to convert from.
A byte value that is deserialized from the specified string.
See Also