Click or drag to resize
FormatToDecimalChar Method
Convert a number with a period (dot) as the decimal character to use a different character(typically a comma). Use with a get 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> ToDecimalChar(
	char dec = ','
)

Parameters

dec (Optional)
Type: SystemChar
Decimal place character

Return Value

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