Hunny Software Library Reference

ByteString.Trim Method 

Removes all occurrences of white space characters from the beginning and end.

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

Return Value

a new ByteString equivalent to this instance with white space characters removed from the beginning and end

Remarks

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

See Also

ByteString Class | Hunny.Base Namespace