CResponse::getCharSet
The CResponse::getCharSet function retrieve the current value of the CharSet property.
chchar *getCharSet();
Return Type
chchar *
Upon successful completion, a string which contains the CharSet value is returned. Otherwise, NULL is returned.
Parameters
None.
Remarks
This function retrieves the current value of the CharSet property of the object. The CResponse::setCharSet function can be used to set the character set when displaying the current object.
See Also
CResponse, CResponse::setCharSet
Example