char* HReplaceChar

( char* pstrInput, char cFound,
  char cReplace )

convert special character to another special character.

Documentation

convert special character to another special character.

Parameters:
pstrInput - string
cFound - character that want to chanage
cReplace - character to replace
Returns:
if success, return converted string otherwise return NULL

Alphabetic index HTML hierarchy of classes or Java



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