FieldKernelGetCurrencyCulture Method (ExpressionResolutionFlags) |
Get the currency culture for the current field.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected CultureInfo GetCurrencyCulture(
ExpressionResolutionFlags flags
)
Protected Function GetCurrencyCulture (
flags As ExpressionResolutionFlags
) As CultureInfo
Parameters
- flags
- Type: NetQuarry.DataExpressionResolutionFlags
Flags affecting any expression resolutions.
Return Value
Type:
CultureInfoThe currency culture.
See Also