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
)
Protected Function ValFromDispTextCur (
s As String,
options As ConvertValOpts
) As Decimal
Parameters
- s
- Type: SystemString
The string to convert. - options
- Type: NetQuarry.DataConvertValOpts
Conversion options.
Return Value
Type:
DecimalThe currency value.
See Also