Click or drag to resize

ExcelCultureManagerGenCurrencyStyle Method

Generate an Excel currency format style block.

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

Parameters

name
Type: SystemString
The name to use for the style.
dotNetFormat
Type: SystemString
The .Net format to convert.
culture
Type: System.GlobalizationCultureInfo
The name of the culture for which to generate the style.
userNumberCulture
Type: System.GlobalizationCultureInfo
The user's numeric culture preference.

Return Value

Type: String
The Excel style block.
See Also