BoolToInt Method

Transforms the Bool to Int32

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public int ToInt()

Return Value

Int32
returns 1 if the value is true. otherwise returns 0

See Also