| Maptitude GISDK Help |
Converts a real number to a string.
str_value = RealToString(real_value)
| Argument | Contents |
|---|---|
| real_value | A real number |
A string that indicates the value of real_value.
Can also be called as R2S().
n = 34.56
ShowMessage("The answer is " + r2s(n))
| Function | Summary |
|---|---|
| Format() | Formats a number |
| IntToString() | Converts an integer to a string representation of the integer value |
| RealToInt() | Converts a real number to an integer |
| Round() | Returns a value rounded to a specified number of decimal places |
| StringToInt() | Converts a string to an integer value |
| StringToReal() | Converts a string to a real number |
| ©2025 Caliper Corporation | www.caliper.com |