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

FIL.BoolToHash

Converts a Bool to a Hash.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inBoolbool
outHashFilNet.Hash

See also