Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelHelper Class / InvariantNumberFormatInfo Field


In This Topic
    InvariantNumberFormatInfo Field
    In This Topic
    Indicates the invariant number format info. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly InvariantNumberFormatInfo As NumberFormatInfo
    'Usage
     
    
    Dim value As NumberFormatInfo
     
    value = ExcelHelper.InvariantNumberFormatInfo
    public static readonly NumberFormatInfo InvariantNumberFormatInfo
    See Also