Hunny Software Library Reference

ByteString.TrimStart Method 

Removes all white space characters from the beginning.

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

Return Value

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

Remarks

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

See Also

ByteString Class | Hunny.Base Namespace