ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _StringFormatting Class / format Method

In This Topic
    format Method (_StringFormatting)
    In This Topic
    Syntax
    'Declaration
     
    Public Function format( _
       ByVal format As String, _
       ByVal value As DataValueType, _
       Optional ByVal type As String _
    ) As String
    public string format( 
       string format,
       DataValueType value,
       string type
    )

    Parameters

    format
    value
    type
    See Also