IStringable Interface

Definition

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

public interface class IStringable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2520162132, 36534, 18672, 171, 206, 193, 178, 17, 230, 39, 195)]
struct IStringable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
[Windows.Foundation.Metadata.Guid(2520162132, 36534, 18672, 171, 206, 193, 178, 17, 230, 39, 195)]
public interface IStringable
Public Interface IStringable
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.FoundationContract (introduced in v1.0)

Remarks

Important

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

Methods

ToString()

Gets a string that represents the current object.

Applies to