[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Interfaces.IExtendedFormattingService

IExtendedFormattingService Interface

Providers additional functionality for values converting and formatting according to the current language.

Namespace: GrapeCity.ActiveReports.Rendering.Components.Interfaces
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IExtendedFormattingService

Methods

Name Description
Format(object, IStyle, string)

Returns a string representation of the specified value using IStyle and format string.

Extension Methods