Click or drag to resize
SpeciesFactFieldGetBoolean Method
Get Boolean value. Difference between property BooleanValue and method GetBoolean is that GetBoolean may change the data type of the field.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public bool GetBoolean()

Return Value

Type: Boolean
The value.

Implements

ISpeciesFactFieldGetBoolean
See Also