Click or drag to resize

ExcelCultureManagerRegisterCurrencyFormat Method

Add a .Net culture that will require culture-specific styles. Currently culture-specific styles are generated for currency and date/time values only.

Namespace:  NetQuarry.Data.Export
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string RegisterCurrencyFormat(
	string dotNetFormat,
	string culture
)

Parameters

dotNetFormat
Type: SystemString
The .Net format, if any, for the value.
culture
Type: SystemString
The culture to add (if not already added).

Return Value

Type: String
The name of the style to use.
See Also