ToString
From OxeyeWiki
(Difference between revisions)
(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...') |
m |
||
Line 5: | Line 5: | ||
Converts the string object to a normal byte string (as good as it gets). | Converts the string object to a normal byte string (as good as it gets). | ||
| | | | ||
- | {{ | + | {{NoParams}} |
| | | | ||
Returns the object's string contents as a single-byte string. | Returns the object's string contents as a single-byte string. |
Latest revision as of 12:28, 9 March 2009
WChar:toString() | ||
Converts the string object to a normal byte string (as good as it gets). | ||
Parameter | Expected Type | Description |
No parameters | ||
Returns | ||
Returns the object's string contents as a single-byte string. |
Example
local text = WChar("Hello") print(text:toString())