IStringable interface
Provides a way to represent the current object as a string.
Methods
The IStringable interface has these methods.
Method | Description |
---|---|
IStringable::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] |
Target Platform | Windows |
Header | windows.foundation.h |