C# Class ParserLib.Util.Conversion_BER_TLV

Datei anzeigen Open project: rrajaguk/ApduParser

Public Methods

Method Description
ConvertFromInt ( int value ) : string
ConvertFromString ( string value, int &startingIndex ) : int

Extract Length part from a TLV string

Method Details

ConvertFromInt() public static method

public static ConvertFromInt ( int value ) : string
value int
return string

ConvertFromString() public static method

Extract Length part from a TLV string
public static ConvertFromString ( string value, int &startingIndex ) : int
value string string contains the TLV
startingIndex int starting index of the length
return int