Click or drag to resize

PegByteParserToUpper Method

Converts an ASCII lowercase byte to uppercase.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static byte ToUpper(
	byte c
)

Parameters

c  Byte
The byte to convert.

Return Value

Byte
The uppercase byte if c is lowercase ASCII; otherwise, the original byte.
See Also