ToString (String function)

From m204wiki
Revision as of 23:49, 13 February 2012 by Dme (talk | contribs)
Jump to navigation Jump to search

Convert string to a string (String class)


This function returns the string value of the method object, and is useful for converting a numeric value to a string, or a Unicode value to an EBCDIC string.

Syntax

%outString = string:ToString

Syntax terms

%outStringThe result string.
string The input value.

Usage notes

Examples

See also