29 public Type
To => typeof(Boolean);
42 throw new ArgumentException(
"Not a BooleanField.", nameof(Value));
57 throw new ArgumentException(
"Not a BooleanField.", nameof(Value));
Represents a boolean value that can be either true or false.
Base class for all sensor data fields.
Converts a BooleanField to a Boolean.
object Convert(object Value)
Converts the object in Value to an object of type To.
Type From
Converter converts objects of this type.
IElement ConvertToElement(object Value)
Converts the object in Value to an object of type To, encapsulated in an IElement.
BooleanFieldToBoolean()
Converts a BooleanField to a Boolean.
Type To
Converter converts objects to this type.
Basic interface for all types of elements.
Converts an object of one type to an object of another type.