ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / PaletteColor Structure / ToString Method / ToString(String,IFormatProvider) Method
The format.
The format provider.

In This Topic
    ToString(String,IFormatProvider) Method
    In This Topic
    Returns a System.String that represents this instance.
    Syntax
    'Declaration
     
    Public Overloads Function ToString( _
       ByVal format As String, _
       ByVal formatProvider As IFormatProvider _
    ) As String
    public string ToString( 
       string format,
       IFormatProvider formatProvider
    )

    Parameters

    format
    The format.
    formatProvider
    The format provider.

    Return Value

    A System.String that represents this instance.
    See Also