Click or drag to resize
CoronaBoxedString Methods

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
See Also