ToString Method
ToString()
Returns a string that represents the current object.
C#
public override string ToString()
Returns
System.String
A string that represents the current object.
Remarks
The string is of the form Tlv(0xTAG, LENGTH, VALUE)
.
The tag is written out in hexadecimal, prefixed by 0x. The length is written out in decimal. The value is written out in hexadecimal.