Hunny Software Library Reference

ByteString.ToLower Method 

Returns a copy of this instance with ASCII characters converted to lowercase

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

Return Value

a new ByteString with all ASCII characters converted to lowercase

Remarks

Only ASCII characters are converted.

See Also

ByteString Class | Hunny.Base Namespace