get ASN.1 object T(tag) hexadecimal string at specified string index
string supposed to be a ASN.1 TLV hexadecimal at specified index
ASN.1 T(tag) hexadecimal string
sidx - string index of ASN.1 TLV hexadecimal
getTLVh("zzz0201fazzz", 3) -> "02"getTLVh("zzzzz0202fa0czzz", 5) -> "02" Copy
getTLVh("zzz0201fazzz", 3) -> "02"getTLVh("zzzzz0202fa0czzz", 5) -> "02"
get ASN.1 object T(tag) hexadecimal string at specified string index