Implemented By

Supported Methods

Description of Methods

ToStr() As String

Returns the integer value formatted as a decimal string. 

Note: unlike the StrI function, no leading space is appended for non-negative numbers.

Example: 5.ToStr() = "5", (-5).ToStr() = "-5"