Converts a double value to a string data type.
Input Arguments
0 |
Double |
Double to convert |
The source double value. |
1 |
Integer |
Decimal Precision |
The number of decimals to retain in the resulting string. |
Return Arguments
2 |
Double |
Resultant Double |
The resulting double value. |
Returned Status
SUCCESS |
This command always succeeds. |
Remarks
The double value will be rounded, or zeroes will be appended as necessary to adhere to the “Decimal Precision” argu- ment.