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