Show / Hide Table of Contents

ToString Method

ToString()

Returns a string that represents the current object.

C#
public override string ToString()

Returns

string

A string that represents the current object.

Overrides

object.ToString()

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.

In this article
Back to top Generated by DocFX