Click or drag to resize
WebSpeciesFactExtensionGetString Method
Get information about species fact as string.

Namespace: ArtDatabanken.WebService.Client.TaxonAttributeService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public static string GetString(
	this WebSpeciesFact speciesFact
)

Parameters

speciesFact
Type: ArtDatabanken.WebService.DataWebSpeciesFact
Species fact.

Return Value

Type: String
Information about species fact as string.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type WebSpeciesFact. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also