Class BoolExtensionMethods
- Namespace
- CodeBase
- Assembly
- 4Experience.CodeBase.Core.Runtime.dll
public static class BoolExtensionMethods
- Inheritance
-
BoolExtensionMethods
Methods
ToInt(bool)
Change bool value to int value. True is 1, false is 0
public static int ToInt(this bool value)
Parameters
valuebool