[]
Providers functionality for values converting and formatting according to the current language.
public interface IFormattingService
| Name | Description |
|---|---|
| Format(object, IStyle) | Returns a string representation of the specified value using IStyle and according to the language settings defined in the report or current server language. |
| Format(object, string) | Returns a string representation of the specified value consistent with the current report language settings and using the specified format string. |