ToString

From OxeyeWiki

(Difference between revisions)
Jump to: navigation, search
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 →

Revision as of 23:11, 8 March 2009

Template:NoParam

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.

Daisymoon GUI Lib

Example

   local text = WChar("Hello")
   print(text:toString())
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox