Nevron Open Vision Documentation
Nevron.Nov Namespace / ENNumericValueFormat Enumeration


In This Topic
    ENNumericValueFormat Enumeration
    In This Topic
    Defines different formatting modes for numeric values.
    Syntax
    'Declaration
     
    
    Public Enum ENNumericValueFormat 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENNumericValueFormat
    public enum ENNumericValueFormat : System.Enum 
    Members
    MemberDescription
    AlphaLowerThe value is formatted with lower alpha numbers
    AlphaUpperThe value is formatted with upper alpha numbers
    ArabicThe value is formatted as arabic number
    ArabicDashThe value is formatted as arabic number with dash
    CardinalTextThe value is formatted as cardinal text
    CurrencyThe value is formatted with the default locale currency format
    DollarTextThe value is formatted as dollar text
    GeneralThe value is formatted with the default locale settings
    LimitedPrecision2The value is formatted using limited precision with up to two decimal places
    LimitedPrecision3The value is formatted using limited precision with up to three decimal places
    LimitedPrecision6The value is formatted using limited precision with up to six decimal places
    OrdinalThe value is formatted as ordinal
    OrdTextThe value is formatted as oridinal text
    PercentageThe value is formatted as a percentage
    RomanLowerThe value is formatted with lower roman numbers
    RomanUpperThe value is formatted with upper roman numbers
    ScientificThe value is formatted with the default locale scientific format
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.ENNumericValueFormat

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also