function (optionalvalue
as nullable any) as nullable any
logical
value from the given value
. If the given value
is null
, Logical.From
returns null
. If the given value
is logical
, value
is returned. Values of the following types can be converted to a logical
value: value
is of any other type, an error is returned.2
to a logical
value.true