public static class AsnFormatter
Public NotInheritable Class AsnFormatter
public ref class AsnFormatter abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AsnFormatter = class end
BinaryToString(Asn1Reader, EncodingType, EncodingFormat, Boolean) | Converts and formats current position af the Asn1Reader object. |
BinaryToString(Byte, EncodingType, EncodingFormat, Int32, Int32, Boolean) | Converts and formats byte array to a string. See EncodingType for encoding examples. |
StringToBinary | Converts previously formatted string back to a byte array. |
TestInputString | Attempts to determine input string format. |