Eyeon:Script/Reference/Libraries/base/tostring
From VFXPedia
< Eyeon:Script | Reference | Libraries | base
Contents |
Base : tostring
Arguments
tostring( val )
- val (required, any)
The value which will be converted to a string.
Returns
Returns the value 'val' as converted to a string, or nil if val cannot be converted.
Remarks
This function tries to convert its one argument to a string. If the conversion is possible the function will return that value as a string, otherwise it will return nil.
For explicit control over how numbers are converted into strings, use the string.format() function instead of tostring().
Requirements
- eyeonScript 5.0
- Fusion 5.0
Examples
No examples at thistime