Click or drag to resize

FieldKernelValFromDispTextCur Method

Convert a text string into a currency value using the appropriate culture.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected decimal ValFromDispTextCur(
	string s,
	ConvertValOpts options
)

Parameters

s
Type: SystemString
The string to convert.
options
Type: NetQuarry.DataConvertValOpts
Conversion options.

Return Value

Type: Decimal
The currency value.
See Also