You are here: Start » AVL.NET » Invoke.BoolToHash

Invoke.BoolToHash

Converts a Bool to a Hash.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void BoolToHash
(
	bool inBool,
	out Avl.Hash outHash
)

Parameters

Name Type Range Default Description
inBoolbool
outHashAvl.Hash

See also