Click or drag to resize
CoronaBoxedString Class

Stores a string that can be transferred to/from Lua.

Instances of this class are immutable.

Inheritance Hierarchy
SystemObject
  CoronaLabs.Corona.WinRTCoronaBoxedString

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public sealed class CoronaBoxedString : ICoronaBoxedData, 
	ICoronaBoxedComparableData, __ICoronaBoxedStringPublicNonVirtuals

The CoronaBoxedString type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Determines if this object is less than, greater than, or equal to the given object.
Public methodEquals(Object)
Determines if this object matches the given object.
Public methodEquals(String)
Determines if this string matches the given UTF-16 string.
Public methodEquals(Utf8String)
Determines if this string matches the given UTF-8 string.
Public methodStatic memberFrom(String)
Creates an object which boxes the given string.
Public methodStatic memberFrom(Utf8String)
Creates an object which boxes the given UTF-8 string.
Public methodGetHashCode
Gets an integer hash code for this object.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPushToLua
Pushes this object's data to the top of the Lua stack.
Public methodToString
Gets the boxed string in UTF-16 form.
Public methodToUtf16String
Gets the boxed string in UTF-16 form.
Public methodToUtf8String
Gets the boxed string in UTF-8 form.
Top
Properties
  NameDescription
Public propertyStatic memberEmpty
Gets a re-usable empty string object.
Top
See Also