Table of Contents

Method GetNumericListSeparator

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetNumericListSeparator(IFormatProvider)

Helper to get the numeric list separator for a given IFormatProvider. Separator is a comma [,] if the decimal separator is not a comma, or a semicolon [;] otherwise.

public static char GetNumericListSeparator(IFormatProvider provider)

Parameters

provider IFormatProvider

Returns

char