Attempts to convert the specified value to a string.
Namespace: com.mindfusion.spreadsheet.expressions
Package: com.mindfusion.spreadsheet.expressions
Java
![]() |
---|
String toString ( |
The value to convert.
A string value corresponding to the specified value, or null, if value cannot be represented as string.
This method is usually used when trying to interpret a parameter passed to a custom function.