dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDecimal Structure / UseInvariantCultureNumberFormat Field

In This Topic
    UseInvariantCultureNumberFormat Field
    In This Topic
    Specifies whether to use invariant culture for the ToString method.
    Syntax
    'Declaration
     
    Public Shared UseInvariantCultureNumberFormat As Boolean
    public static bool UseInvariantCultureNumberFormat

    Field Value

    true if the invariant culture must be used for the ToString method; otherwise, false.
    See Also