MetadataModel.ToLatitudeType Method

FreeImage.NET

MetadataModelToLatitudeType Method
Returns the equivalent MetadataModelLatitudeType for the specified String.

Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected static Nullable<MetadataModelLatitudeType> ToLatitudeType(
	string s
)

Parameters

s
Type: SystemString
The string containing the MetadataModelLatitudeType.

Return Value

Type: NullableMetadataModelLatitudeType
The equivalent MetadataModelLatitudeType for the specified String.
See Also