StringExtensions.AsNullableBool Method
- Namespace:
- Weavy.Core.Helpers
- Assembly:
- Weavy.Core.dll
AsNullableBool(string)
Helper method for converting a string to a nullable bool.
public static bool? AsNullableBool(this string input)
Parameters
- input
- string
The input string.
Returns
bool?
The value as a nullable bool.