IntegerToString

Description

Returns a string representation of a numeric value interpreted as an integer.

Type

STRING

Arguments

Type

Meaning

1

NUMERIC

a value

Evaluation

Given a numeric value, IntegerToString returns a string representation of that value with the fractional part of the value and the units removed.

Comments

 

 
IntegerToString(123.456 “cfs”)
 
“123”