You are here: Start » AVL.NET » AVS.PassFailStatusToBool Method

AVS.PassFailStatusToBool Method

Converts a pass/fail status to a bool value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PassFailStatusToBool
(
	bool inPassFailStatus,
	out bool outBool
)

Parameters

Name Type Range Default Description
inPassFailStatusbool
outBoolbool

See also