Table of Contents

Class ValidationHelpers

Namespace
NetAutoGUI.Internals
Assembly
NetAutoGUI.dll
public static class ValidationHelpers
Inheritance
ValidationHelpers
Inherited Members

Methods

CheckReturn(bool, string)

public static void CheckReturn(this bool retValue, string funcName)

Parameters

retValue bool
funcName string

NotNegative(double, string)

public static void NotNegative(this double value, string argName)

Parameters

value double
argName string

NotNegative(int, string)

public static void NotNegative(this int value, string argName)

Parameters

value int
argName string