IStringable.ToString Method
Definition
Gets a string that represents the current object.
public:
Platform::String ^ ToString();
winrt::hstring ToString();
public string ToString();
function toString()
Public Function ToString () As String
Returns
- String
A string that represents the current object.
Applies to