You are here: Start » AVL.NET » Function Reference » Conversions » AVL.BoolToHash

AVL.BoolToHash

Converts a Bool to a Hash.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inBoolbool
outHashAvlNet.Hash

See also