ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / PaletteColor Structure / ToString Method / ToString(IFormatProvider) Method
The format provider.

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

    Parameters

    formatProvider
    The format provider.

    Return Value

    A System.String that represents this instance.
    See Also