Click or drag to resize
FormatFromDecimalChar Method
Convert a number from using any character other than a period (dot) to one which does use a period.This is useful for allowing numeric user input in regions where a comma is used as the decimal character. Use with a set formatter.

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public static Func<Object, Dictionary<string, Object>, Object> FromDecimalChar(
	char dec = ','
)

Parameters

dec (Optional)
Type: SystemChar
Decimal place character

Return Value

Type: FuncObject, DictionaryString, Object, Object
Formatter delegate
See Also