Visual Basic (Declaration) | |
---|---|
Public Enum DataTypes Inherits System.Enum |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As DataTypes |
C# | |
---|---|
public enum DataTypes : System.Enum |
C++/CLI | |
---|---|
public enum class DataTypes : public System.Enum |
Member | Description |
---|---|
Binary | An integral type representing unsigned 8-bit integers with values between 0 and 255. |
Boolean | A simple type representing Boolean values of true or false. |
Date | A type representing a date value. |
Decimal | A simple type representing values ranging from ![]() ![]() |
Double | A floating point type representing values ranging from approximately ![]() ![]() |
Integer | An integral type representing signed 16-bit integers with values between -32768 and 32767. |
Long | An integral type representing signed 32-bit integers with values between -2147483648 and 2147483647. |
String | A sealed class type representing Unicode character strings. |
System.Object
System.ValueType
System.Enum
SourceCode.Workflow.Authoring.DataTypes
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