Get the element for the provided key as an array of Booleans

Namespace: Sfs2X.Entities.Data
Assembly: SmartFox2 (in SmartFox2.dll) Version: 0.9.14.0

Syntax

C#
bool[] GetBoolArray(
	string key
)

Parameters

key
Type: System..::..String
A String

Return Value

A bool[]

See Also