24 #ifndef __IDataStringUtils__ 25 #define __IDataStringUtils__ 27 #include "InCopyWorkflowID.h" 28 #include "WideString.h" 42 enum {kDefaultIID = IID_IDATASTRINGUTILS};
82 virtual bool StringToBool(
const WideString& source, bool16 useText = kFalse) = 0;
93 virtual void BoolToString(
bool boolValue,
WideString* target, bool16 useText = kFalse) = 0;
228 #endif // __IDataStringUtils__