Method DebugTextAssert
DebugTextAssert(string)
Checks whether string parameter is ok.
[Conditional("DEBUG")]
public static void DebugTextAssert(string text)
Parameters
text
stringParameter value.
Exceptions
- Exception
Raised if parameter is not ok.