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
)
Protected Function CurrencyLocaleSpec (
cul As CultureInfo
) As String
Parameters
- cul
- Type: System.GlobalizationCultureInfo
The culture to use.
Return Value
Type:
StringThe 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