SheetXL - v0.3.20
Preparing search index...
@sheetxl/sdk
CommonUtils
castToString
Variable castToString
Const
castToString
:
(
value
:
any
)
=>
string
|
undefined
Converts a value to string.
Type declaration
(
value
:
any
)
:
string
|
undefined
Parameters
value
:
any
The value to cast.
Returns
string
|
undefined
undefined
if value was null or void.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
SheetXL - v0.3.20
Loading...
Converts a value to string.