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

In This Topic
    _convertValueInfo Method (_BuildInTextInfoConverter)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _convertValueInfo( _
       ByVal value As IValue, _
       ByVal format As String, _
       ByVal formatType As String, _
       ByVal stringFormatting As IStringFormatting _
    ) As String
    public string _convertValueInfo( 
       IValue value,
       string format,
       string formatType,
       IStringFormatting stringFormatting
    )

    Parameters

    value
    format
    formatType
    stringFormatting
    See Also