Hunny Software Library Reference

ByteStringBuilder.ToString Method 

Returns a new String instance with the contents of this instance.

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

Return Value

new String with the ASCII contents of this instance

Remarks

The conversion from bytes to characters uses the ASCII encoding.

See Also

ByteStringBuilder Class | Hunny.Base Namespace