Firefly Migration Reference
C#
VB
F#
Show/Hide TOC
Bool
To
Int Method
Transforms the
Bool
to
Int32
Definition
Namespace:
Firefly.Box
Assembly:
Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
Copy
public
int
ToInt
()
VB
Copy
Public
Function
ToInt
As
Integer
F#
Copy
member
ToInt
:
unit
->
int
Return Value
Int32
returns 1 if the value is true. otherwise returns 0
See Also
Reference
Bool Class
Firefly.Box Namespace
In This Article
Definition
See Also