ToLower (LabVIEW Manager Function)
- 更新时间2025-07-30
- 阅读时长1分钟
uChar ToLower(c);
Purpose
Returns the lowercase value of c if c is an uppercase 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 lowercase value of c.