char* HLower

( string & strData )

convert string in lower case letter

Documentation

convert string in lower case letter

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

Parameters:
strData - string to conver
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++.