ObjectIdentifierNode.this

A constructor that accepts a descriptor string. The descriptor string is an ObjectDescriptor, which is defined as:

$(MONO ObjectDescriptor ::= [UNIVERSAL 7] IMPLICIT GraphicString)

$(MONO GraphicString) is just a string containing only characters between and including 0x20 and 0x7E, therefore ObjectDescriptor is just 0x20 and 0x7E.

struct ObjectIdentifierNode
@safe pure
this
(
in size_t number
,
in string descriptor = ""
)

Throws

Meta