ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / ToString Method / ToString(IFormatProvider) Method
IFormatprovider to use to format the string.

In This Topic
    ToString(IFormatProvider) Method
    In This Topic
    Converts the value of this instance to its equivalent string representation.
    Syntax
    'Declaration
     
    Public Overloads Function ToString( _
       ByVal provider As IFormatProvider _
    ) As String
    public string ToString( 
       IFormatProvider provider
    )

    Parameters

    provider
    IFormatprovider to use to format the string.

    Return Value

    String representation of current Length instance
    See Also