Contents
Display Legacy Contents

 Print
    NumToString      
This Function returns a <string>, which is the specified Value converted to string.

Parameters

Value <numeric>
  Numeric value to be converted to string.

     
Example 1
  Example 2
NumToString(123)

Result = 123
  NumToString(1 + 2 + 3)

Result = 6

See also
Samples

 
Updated: 11/5/2014 11:51 AM