Class <11d4c772-3579-4f93-ac46-b452e4461737>DerBoolean
Inheritance
System.Object
<11d4c772-3579-4f93-ac46-b452e4461737>DerBoolean
Assembly: IronPdf.dll
Syntax
public class <11d4c772-3579-4f93-ac46-b452e4461737>DerBoolean : < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1Object, < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > IAsn1Convertible
Constructors
<11d4c772-3579-4f93-ac46-b452e4461737>DerBoolean(Byte[])
Declaration
public <11d4c772-3579-4f93-ac46-b452e4461737>DerBoolean(byte[] val)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
val |
|
Fields
False
Declaration
public static readonly < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > DerBoolean False
Field Value
True
Declaration
public static readonly < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > DerBoolean True
Field Value
Properties
IsTrue
Declaration
public bool IsTrue { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Asn1Equals(<11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object)
Declaration
protected override bool Asn1Equals( < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1Object asn1Object)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
Asn1GetHashCode()
Declaration
protected override int Asn1GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
GetInstance(<11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject, Boolean)
Declaration
public static < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > DerBoolean GetInstance( < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1TaggedObject obj, bool isExplicit)
Parameters
Returns
GetInstance(Boolean)
Declaration
public static < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > DerBoolean GetInstance(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
Returns
GetInstance(Object)
Declaration
public static < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > DerBoolean GetInstance(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Implements