Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

int to bool c#

int i = 0;
bool b = Convert.ToBoolean(i);
 
PREVIOUS NEXT
Tagged: #int #bool
ADD COMMENT
Topic
Name
7+8 =