GenericCharToBool Method
Converts a char object to a 3-state boolean type.
Namespace: Common.Core.ConvertersAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public static bool? CharToBool(
Object value
)
- value Object
- Value to try and convert.
NullableBoolean is returned if the value could not be converted,
if the value is Y, y, or 1, otherwise
.