Table of Contents

Method DebugTextAssert

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

DebugTextAssert(string)

Checks whether string parameter is ok.

[Conditional("DEBUG")]
public static void DebugTextAssert(string text)

Parameters

text string

Parameter value.

Exceptions

Exception

Raised if parameter is not ok.