OptionsCollectionTryParseBoolean Method
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
protected static bool TryParseBoolean(
string name,
bool defaultValue = false
)
Protected Shared Function TryParseBoolean (
name As String,
Optional defaultValue As Boolean = false
) As Boolean
protected:
static bool TryParseBoolean(
String^ name,
bool defaultValue = false
)
static member TryParseBoolean :
name : string *
?defaultValue : bool
(* Defaults:
let _defaultValue = defaultArg defaultValue false
*)
-> bool
- name String
-
- defaultValue Boolean (Optional)
-
Boolean