dict.cc dictionary

DictEntryRef.ToString Method 

String representation of the object

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Return Value

The string representation of the object as two integer numbers: the position of the begin of the entry m_beg and the length of the entry in bytes m_len, separated with a whitespace.

See Also

DictEntryRef Class | dict Namespace