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
)
Public Shared Function GetCurrencyCulture (
fld As IField
) As String
Parameters
- fld
- Type: NetQuarry.DataIField
The field in question.
Return Value
Type:
StringThe name of the culture for the field.
See Also