InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / AS400DecimalSeparatorOption Enumeration


In This Topic
    AS400DecimalSeparatorOption Enumeration
    In This Topic
    Specifies a character to use as a decimal separator in selected fields that have an AS/400 field type of packed decimal or zoned decimal.
    Syntax
    'Declaration
     
    
    Public Enum AS400DecimalSeparatorOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AS400DecimalSeparatorOption
    public enum AS400DecimalSeparatorOption : System.Enum 
    Members
    MemberDescription
    Comma(,)
    DefaultAS/400 job default.
    Period(.)
    Remarks
    This property affects AS/400 data transfer and is only relevant for 5250 sessions.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.IbmHosts.AS400DecimalSeparatorOption

    See Also