Hunny Software Library Reference

ByteString.ToUpper Method 

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

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

Return Value

a new ByteString with all ASCII characters converted to uppercase

Remarks

Only ASCII character are converted.

See Also

ByteString Class | Hunny.Base Namespace