Header menu logo TDesu.FSharp

Boolean Module

Functions and values

Function or value Description

Boolean.tryParse str

Full Usage: Boolean.tryParse str

Parameters:
    str : string

Returns: bool option
Modifiers: inline

Parses a string as bool, returning Some(value) or None. The string to parse.

str : string
Returns: bool option

Type something to start searching.