WriteLineIf()
Debug::WriteLineIf(bool, const System::String&) method
Writes line to debug interface if a condition is true.
static void System::Diagnostics::Debug::WriteLineIf(bool condition, const System::String &message)
Arguments
Parameter | Type | Description |
---|---|---|
condition | bool | Condition value. |
message | const System::String& | Message to write. |
See Also
- Class String
- Struct Debug
- Namespace System::Diagnostics
- Library Aspose.Slides