ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Evaluation Namespace / Variant Structure / ToString Method / ToString(String,IFormatProvider) Method
String format.
System.IFormatProvider to be used in conversion.

In This Topic
    ToString(String,IFormatProvider) Method
    In This Topic
    Converts Variant to the string representation with specified format and format provider.
    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
    String format.
    formatProvider
    System.IFormatProvider to be used in conversion.
    See Also