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

In This Topic
    _format Method (_Globalize)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _format( _
       ByVal value As Object, _
       ByVal format As String, _
       Optional ByVal autoAdjust As Boolean _
    ) As String
    public static string _format( 
       object value,
       string format,
       bool autoAdjust
    )

    Parameters

    value
    format
    autoAdjust
    See Also