StringUpperCase
void StringUpperCase (char string[]);
Purpose
Converts all lowercase alphabetic characters in the NUL–terminated string to uppercase.
Parameters
Output | ||
Name | Type | Description |
string | char [] | NUL–terminated string to convert to uppercase. |
Return Value
None.
Additional Information
Library: Formatting and I/O Library
Include file: formatio.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later