IStringable interface

Provides a way to represent the current object as a string.

Members

The IStringable interface inherits from IInspectable. IStringable also has these types of members:

Methods

The IStringable interface has these methods.

MethodDescription
ToString

Gets a string that represents the current object.

 

Remarks

Important  Managed types should not implement the IStringable interface. For more info, see Object.ToString Method.
 

Requirements

Minimum supported client

Windows 8.1 [desktop apps only]

Minimum supported server

Windows Server 2012 R2 [desktop apps only]

Header

Windows.foundation.h

See also

IInspectable
HSTRING

 

 

Show: