Click or drag to resize

ExcelCultureManagerGetCurrencyCulture Method

Determine the .Net currency culture for the specified field.

Namespace:  NetQuarry.Data.Export
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string GetCurrencyCulture(
	IField fld
)

Parameters

fld
Type: NetQuarry.DataIField
The field in question.

Return Value

Type: String
The name of the culture for the field.
See Also