ToString
From OxeyeWiki
(Difference between revisions)
Jeb (Talk | contribs)
(Created page with '{{GUIMethod | WChar:toString() | Converts the string object to a normal byte string (as good as it gets). | {{NoParam}} | Returns the object's string contents as a single-byte st...')
Newer edit →
(Created page with '{{GUIMethod | WChar:toString() | Converts the string object to a normal byte string (as good as it gets). | {{NoParam}} | Returns the object's string contents as a single-byte st...')
Newer edit →
Revision as of 23:11, 8 March 2009
WChar:toString() | ||
Converts the string object to a normal byte string (as good as it gets). | ||
Parameter | Expected Type | Description |
Returns | ||
Returns the object's string contents as a single-byte string. |
Example
local text = WChar("Hello") print(text:toString())