Desktop Functions: Smart Device Functions:
|
Search Results for "IsCharLower" in [All]user321: IsCharLower
static extern bool IsCharLower(char ch); namespace IsCharLower
static extern bool IsCharLower(char ch);
if (IsCharLower(ch)) |