PegByteParserToUpper Method |
Converts an ASCII lowercase byte to uppercase.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static byte ToUpper(
byte c
)
Parameters
- c Byte
- The byte to convert.
Return Value
ByteThe uppercase byte if
c is lowercase ASCII; otherwise, the original byte.
See Also