Asn1VisibleStringGetDisplayValue Method

Gets decoded type value. If the value cannot be decoded, a hex dump is returned.

Definition

Namespace: SysadminsLV.Asn1Parser.Universal
Assembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.3.0+5c47da1850320381293fe03930b30c8078b8bf98
C#
public override string GetDisplayValue()

Return Value

String
Decoded type value.

See Also