Click here for NewsObjects Overview
ConvertString Property (Utility Control)
Windows - Visual C++


ReadOnly

Description
The ConvertString property is used to retrieve the search or profile string converted in the ConvertCriteria method.

Syntax
Cstring strConvert = GetConvertString();

The ConvertString syntax has these parts:

 Part

Description

strConvert

A string containing the converted search or profile string.

Remarks:

If there was an error converting the string passed to ConvertCriteria, the string returned from ConvertString will be zero.

SeeAlso: ConvertCriteria, Profile Editor InFix Notation

Back to: Utility Properties