AVEVA OMI Software Developer Kit



FormatType Enumeration
FormatType to be used in FormatInfo object, for custom format specification.
Syntax
'Declaration
 
Public Enum FormatType 
   Inherits System.Enum
'Usage
 
Dim instance As FormatType
public enum FormatType : System.Enum 
public enum class FormatType : public System.Enum 
Members
MemberDescription
Binary Specfies Binary format type.
Exponential Specfies Exponential format type.
FixedDecimal Specfies FixedDecimal format type.
FormatString Specfies FormatString format type.
Hex Specfies Hex format type.
Integer Specfies Integer format type.
Real Specfies Real format type.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArchestrA.Client.NumericFormatter.FormatType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also