Click or drag to resize
BoxedString Class

Nullable type used to store a string object.

This is needed because the C++/CX String class is not a nullable type, where setting it to null makes it an empty string instead.

Instances of this type are immutable.

Inheritance Hierarchy
SystemObject
  CoronaLabs.WinRTBoxedString

Namespace: CoronaLabs.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public sealed class BoxedString : __IBoxedStringPublicNonVirtuals

The BoxedString type exposes the following members.

Constructors
  NameDescription
Public methodBoxedString
Creates a new object boxing the given string.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Gets the boxed string.
Top
Properties
  NameDescription
Public propertyValue
Gets the boxed string.
Top
See Also