ToString (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
mNo edit summary
Line 1: Line 1:
{{Template:String:ToString subtitle}}
{{Template:String:ToString subtitle}}


This page is [[under construction]].
This function returns the string value of the method object, and is useful for converting a numeric value to a string, or a <var>Unicode</var> value to an EBCDIC string.
==Syntax==
==Syntax==
{{Template:String:ToString syntax}}
{{Template:String:ToString syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%outString</th><td>string</td></tr>
<tr><th>%outString</th><td>The result string.</td></tr>
<tr><th>string</th>
<tr><th>string</th>
<td>string</td></tr>
<td>The input value.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==

Revision as of 23:49, 13 February 2012

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