Skip to main content

tag_number_value

Function tag_number_value 

Source
pub const exec fn tag_number_value(number: TagNumber) -> UInt
Expand description
returns
tag_num_to_uint(number),

Return the numeric identifier represented by an ASN.1 tag number.

This is the executable counterpart of the tag_num_to_uint specification.