Kimono.KLocale.DecimalSymbol C# (CSharp) Method

DecimalSymbol() public method

Returns what a decimal point should look like ("." or "," etc.) according to the current locale or user settings.
public DecimalSymbol ( ) : string
return string
        public string DecimalSymbol()
        {
            return (string) interceptor.Invoke("decimalSymbol", "decimalSymbol() const", typeof(string));
        }