Click or drag to resize

FieldKernelGetCurrencyCulture Method (String, 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(
	string culture,
	ExpressionResolutionFlags flags
)

Parameters

culture
Type: SystemString
field's culture spec which may or may not be a field references or embedded function. That spec may be an LCID or .Net culture depending on the field's settings.
flags
Type: NetQuarry.DataExpressionResolutionFlags
Flags affecting any expression resolutions.

Return Value

Type: CultureInfo
The currency culture.
See Also