ArcObjects Library Reference (SystemUtility)  

ICodeConverter.ConvertCode Method

Makes all replacements for the supplied ArcObjects code. Does the work of all the other methods in this interface. Returns a status, some reporting text and the number of replacements made.

ERROR: Syntax information about ICodeConverter.ConvertCode may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.SystemUtility.dll

[C++]
HRESULT ConvertCode(
  BSTR* sCode,
  BSTR* sLog,
  long* lReplacements,
  esriCodeConverterStatus* __MIDL__ICodeConverter0000
);
[C++]

Parameters

sCode [in, out]   sCode is a parameter of type BSTR sLog [in, out]   sLog is a parameter of type BSTR lReplacements [in, out]   lReplacements is a parameter of type long __MIDL__ICodeConverter0000 [out, retval]

  __MIDL__ICodeConverter0000 is a parameter of type esriCodeConverterStatus

See Also

ICodeConverter Interface