The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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.
| Method | Description |
|---|---|
| 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 |
|
See also
Show: