Click or drag to resize
SpeciesFactFieldGetStringValue Method
Get String value. Difference between property StringValue and method GetStringValue: Property StringValue only works if species fact field is of data type String. Method GetStringValue returns the string value without checking data type for the species fact field.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public string GetStringValue()

Return Value

Type: String
The value.

Implements

ISpeciesFactFieldGetStringValue
See Also