Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The following table shows the string functions with a description of the purpose of each.

Function Description

CharLower

Converts a character string or a single character to lowercase.

CharLowerBuff

Converts uppercase characters in a buffer to lowercase characters.

CharNext

Returns a pointer to the next character in a string.

CharPrev

Returns a pointer to the preceding character in a string.

CharUpper

Converts a character string or a single character to uppercase.

CharUpperBuff

Converts lowercase characters in a buffer to uppercase characters.

IsCharAlpha

Checks whether a character is an alphabetic character.

IsCharAlphaNumeric

Checks whether a character is either an alphabetic or a numeric character.

IsCharLower

Checks whether a character is lowercase.

IsCharUpper

Checks whether a character is uppercase.

LoadString

Loads a string resource from the executable file associated with a specified module, copies the string into a buffer, and appends a terminating null character.

wsprintf

Formats and stores a series of characters and values in a buffer.

wvsprintf

Formats and stores a series of characters and values in a buffer.

See Also

Reference

String Reference