Hunny Software Library Reference

ByteString.ToString Method 

Converts the value of this instance to a String

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

Return Value

A String with the equivalent to this instance with the ASCII character set.

Remarks

The conversion from ByteString to String is reversible only if the characters in the ByteString are ASCII characters.

See Also

ByteString Class | Hunny.Base Namespace