Click or drag to resize

StringUtilParseBool Method

Overload List
  NameDescription
Public methodStatic memberParseBool(String)
Convert a string to a bool, returning false if the string is null or isn't a valid bool value.
Public methodStatic memberParseBool(String, Boolean)
Convert a string to a bool, returning a default value if the string is null or isn't a valid bool value.
Top
See Also