ToString (String function)

From m204wiki
Revision as of 18:30, 14 February 2012 by Dme (talk | contribs) (→‎Usage notes)
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

  • If the method object string is a Unicode value, it is converted to EBCDIC as would be done by the UnicodeToEbcdic function with the CharacterEncode=True argument.

Examples

See also