C++
bool format( ACHAR*& pszValue ) const;
Description
Formats the provided string.
Parameters
| Parameters | Description |
|---|---|
| pszValue | Input value to format |
Returns
true if successful, else false.
bool format( ACHAR*& pszValue ) const;
Formats the provided string.
| Parameters | Description |
|---|---|
| pszValue | Input value to format |
true if successful, else false.