Feedback

  • Contents
 

II3ID::EscapeString Method

Synopsis

Escapes a string sequence for usage to the II3IDParameter::put_Expression call.

This method converts non-printing and extended ASCII characters in a string to a string that represents special characters using escape strings.

IDL Function Prototype

HRESULT EscapeString(

   [in] BSTR StringToEscape,

   [out, retval] BSTR * EscapedString

);

C/C++ Syntax

HRESULT EscapeString(BSTR StringToEscape, BSTR * EscapedString);

Parameters

StringToEscape

The input parameter is a string that contains non-printing or extended ASCII characters.

EscapedString

The return value is a string that has escape codes substituted for special characters.