Function CSPParam::operator const CSPString &()
Description:
Retrieves the first of the values in the parameter.
 |
Prototype:
operator const CSPString &() const;
Arguments:
No arguments (void).
Return value:
Returns a reference to the first value.
Examples:
CSPString strValue = Request.Form( "f_name" );
|
|