ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Interfaces Namespace / IFormattingService Interface / Format Method / Format(Object,String) Method

In This Topic
    Format(Object,String) Method
    In This Topic
    Returns a string representation of the specified value consistent with the current report language settings and using the specified format string.
    Syntax
    'Declaration
     
    Overloads Function Format( _
       ByVal value As Object, _
       ByVal formatSpecifier As String _
    ) As String
    string Format( 
       object value,
       string formatSpecifier
    )

    Parameters

    value
    formatSpecifier
    See Also