Generic.CharToBool 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.
Nullable<Boolean>null is returned if the value could not be converted,
true if the value is Y, y, or 1, otherwise
false.