Click or drag to resize

FieldKernelCurrencyLocaleSpec Method (CultureInfo)

Generate the currency locale spec expected by the currency formatting/deformatting functions in EAPUtils js.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string CurrencyLocaleSpec(
	CultureInfo cul
)

Parameters

cul
Type: System.GlobalizationCultureInfo
The culture to use.

Return Value

Type: String
The currency locale spec.
Remarks
At this time currency symbols longer than one character are not supported At this time certain .Net CurrencyNegativePattern's are not supported.
See Also