format¶
Overview¶
Returns the formatted value of a given value.
1 |
|
Arguments¶
any value
Value to be formatted.
string format
Format to be used. Optional.
Return Value¶
Formatted value
Remarks¶
Examples¶
1 2 3 4 5 6 |
|
Returns the formatted value of a given value.
1 |
|
any value
Value to be formatted.
string format
Format to be used. Optional.
Formatted value
1 2 3 4 5 6 |
|