Measure.NumberFormat.ThousandsSeparator

Measure.NumberFormat.ThousandsSeparator property

Text that shall be used between orders of thousands in display of numerical values. An empty string indicates that no text shall be added. Default is comma.

public string ThousandsSeparator { get; set; }

See Also