Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace : YesNo Enumeration |
public enum YesNo : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum YesNo Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As YesNo
public enum class YesNo : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Undefined | Yes/No is undefined. |
0x00000001 | Yes | Yes value. |
0x00000002 | No | No value. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.DataTypes.YesNo