Example #1
0
        public bool?ShouldParseBooleans(string value)
        {
            // when
            var parsed = Booleans.TryParse(value);

            // then
            return(parsed);
        }