Property NumberSeparator
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
NumberSeparator
Gets or sets the thousands separator string to strip from numeric values before parsing (e.g. "," for values like 1,450).
Defaults to an empty string, meaning no separator is stripped and numeric values must parse as-is.
public string NumberSeparator { get; set; }