CoronaBoxedString Methods |
The CoronaBoxedString type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompareTo | Determines if this object is less than, greater than, or equal to the given object. |
![]() | Equals(Object) | Determines if this object matches the given object. |
![]() | Equals(String) | Determines if this string matches the given UTF-16 string. |
![]() | Equals(Utf8String) | Determines if this string matches the given UTF-8 string. |
![]() ![]() | From(String) | Creates an object which boxes the given string. |
![]() ![]() | From(Utf8String) | Creates an object which boxes the given UTF-8 string. |
![]() | GetHashCode | Gets an integer hash code for this object. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | PushToLua | Pushes this object's data to the top of the Lua stack. |
![]() | ToString | Gets the boxed string in UTF-16 form. |
![]() | ToUtf16String | Gets the boxed string in UTF-16 form. |
![]() | ToUtf8String | Gets the boxed string in UTF-8 form. |