Hunny Software Library Reference

ByteString.TrimEnd Method 

Removes all white space characters from the end.

[Visual Basic]
Public Function TrimEnd() As ByteString
[C#]
public ByteString TrimEnd();

Return Value

A new ByteString equivalent to this instance with white space characters removed from the end.

Remarks

This method removes the single-byte ASCII characters '\r', '\n', '\t', and ' '.

See Also

ByteString Class | Hunny.Base Namespace