Color.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)
'Declaration Private Function ToString ( _ format As String, _ provider As IFormatProvider _ ) As String Implements IFormattable.ToString
Parameters
- format
- Type: System.String
The string specifying the format to use.
-or-
Nothing to use the default format defined for the type of the IFormattable implementation.
- provider
- Type: System.IFormatProvider
The IFormatProvider to use to format the value.
-or-
Nothing 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: