ToString
From OxeyeWiki
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())