RepeatBehavior.IFormattable.ToString Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For a description of this member, see ToString.
Namespace: System.Windows.Media.Animation
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)For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.