Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
BF2Statistics
BoolExtensions
C# Class BF2Statistics.BoolExtensions
Mostrar archivo
Open project: BF2Statistics/ControlCenter
Public Methods
Method
Description
ToInt32
(
this
value
) :
int
Converts the boolean value into an int. Returns 1 if the value is true, 0 otherwise
Method Details
ToInt32()
public
static
method
Converts the boolean value into an int. Returns 1 if the value is true, 0 otherwise
public
static
ToInt32
(
this
value
) :
int
value
this
return
int