WString
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Description
A null-terminated UTF-16 string. This is typically used on NT-based versions of Windows. You can pass a regular REALbasic String to it and it will be converted to UTF-16 and terminated automatically. Also, WString does an implicit type conversion to String when you assign a WString to a String variable.
See Also
Declare statement; Boolean, Byte, CFStringRef, Color, CString, Currency, Delegate, Double, Int16, Int32, Int64, Int8, Integer, OSType, PString, Ptr, Short, Single, String, UByte, UInt16, UInt32, UInt64, UInt8, UShort, Variant, WindowPtr data types.