DashboardFormatProviderGetFormat Method |
Provides the dashboard formatter when custom formatter is requested.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic Object GetFormat(
Type formatType
)
Public Function GetFormat (
formatType As Type
) As Object
public:
virtual Object^ GetFormat(
Type^ formatType
) sealed
Parameters
- formatType
- Type: SystemType
The type of formatter needed.
Return Value
Type:
ObjectThe formatter.
See Also