CrGlobal: BooleanFromString |
determine whether the specified string represents a true value or false value
Public Function BooleanFromString( StringValue As String, Optional ByVal Strict As Boolean = False ) As Boolean
Default: False
Concerning unknown (or unchecked) values passed in StringValue: if Strict = True, then raise error, else return True if nonempty.
Project crgenlib Overview Class CrGlobal Overview CrGlobal Properties CrGlobal Methods BitValueBit CrArrayNew