Asn1ReaderGetTagName Method

Gets the formatted tag name.

Definition

Namespace: SysadminsLV.Asn1Parser
Assembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
C#
public static string GetTagName(
	byte tag
)

Parameters

tag  Byte
Tag numerical value.

Return Value

String
Formatted tag name

See Also