ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / ColorF 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 System.String, _
       ByVal formatProvider As System.IFormatProvider _
    ) As System.String
    public System.string ToString( 
       System.string format,
       System.IFormatProvider formatProvider
    )

    Parameters

    format
    The format.
    formatProvider
    The format provider.

    Return Value

    A System.String that represents this instance.
    See Also