char* HUpper

( char* pstrInput )

convert string in capital.

Documentation

convert string in capital.

note: this function convert input data. if you want use original input data, you must copy input string.

Parameters:
pstrInput - string to covert
Returns:
if success, return converted string pointer otherwise return NULL.
Author:
Yee Young Han

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.