toAsciiUppercase

actual open fun toAsciiUppercase(): ByteString

Returns a byte string equal to this byte string, but with the bytes 'a' through 'z' replaced with the corresponding byte in 'A' through 'Z'. Returns this byte string if it contains no bytes in 'a' through 'z'.

actual open fun toAsciiUppercase(): ByteString
actual open fun toAsciiUppercase(): ByteString