Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / AS400DecimalSeparatorOption Enumeration


AS400DecimalSeparatorOption Enumeration
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
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