Difference between revisions of "ObjectType:unistring"
Jump to navigation
Jump to search
(Created page with "== Description == {{ObjectType-Vitals|unistring|LavishScript|ObjectType:string|the stored text|none|no|const wchar_t *}} A unistring is a Unicode UTF-16 version of a ...") |
|||
Line 14: | Line 14: | ||
[[Category:LavishScript]] | [[Category:LavishScript]] | ||
− |
Revision as of 21:56, 2 July 2018
Contents
Description
unistring | |
Defined By | LavishScript |
Inherits | string |
Reduces To | the stored text |
Variable Object Type | none |
Uses Sub-Types | no |
C/C++ Type | const wchar_t * |
A unistring is a Unicode UTF-16 version of a string. All string members and methods are inherited, so that a unistring may be used as a string.
Members
Methods
(none)