STR in JS
Description
Unfortunately, this functionality is not available in JS, but it can be implemented easily using the predefined functions for strings.
Sample Source Pattern
Implementation Example
Arguments
number
: Float expression with a decimal point.
max_length
: Length that the returning expression will have, including point notation, decimal, and float parts.
float_precision
: Is the number of places to the right of the decimal point.
Return Type
String.
Examples
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated