 | BaseProcessorDecodeBoolFromInt Method |
A helper method for processors that need to decode bool from int.
Namespace: Orthogonal.NSettingsAssembly: Orthogonal.NSettings (in Orthogonal.NSettings.dll) Version: 3.0.5
Syntaxpublic static bool DecodeBoolFromInt(
int i
)
Parameters
- i Int32
- The int value to be decoded back to a bool.
Return Value
BooleanA bool
false or
true representing a
i parameter
value of 0 or any other value respectively.
See Also