ToUpper (LabVIEW Manager Function)
- Aktualisiert2025-07-30
- 1 Minute(n) Lesezeit
uChar ToUpper(c);
Purpose
Returns the uppercase value of c if c is a lowercase alphabetic character. Otherwise, this function returns c unmodified. This function also works for international characters ( ä to Ä, and so on).
Parameters
| Name | Type | Description |
|---|---|---|
| c | int32 | Character you want to analyze. |
Return Value
The uppercase value of c.