OIDImpl.this

Construct an OID from a string.

  1. this(string oid_str)
    class OIDImpl
    public
    this
    (
    in string oid_str = ""
    )
  2. this(OID other)
  3. this(OIDImpl other)

Parameters

oid_str string

a string in the form "a.b.c" etc., where a,b,c are numbers

Meta