RepeatBehavior.IFormattable.ToString Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
For a description of this member, see ToString.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- format
- Type: System.String
The string specifying the format to use, or null to use the default format defined for the type of the IFormattable implementation.
- formatProvider
- Type: System.IFormatProvider
The IFormatProvider to use to format the value, or null to obtain the numeric format information from the current locale setting of the operating system.
Return Value
Type: System.StringA string containing the value of the current instance in the specified format.
Implements
IFormattable.ToString(String, IFormatProvider)
Show: