MetadataModel.ToLongitudeType Method

FreeImage.NET

MetadataModelToLongitudeType Method
Returns the equivalent MetadataModelLongitudeType 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<MetadataModelLongitudeType> ToLongitudeType(
	string s
)

Parameters

s
Type: SystemString
The string containing the MetadataModelLongitudeType.

Return Value

Type: NullableMetadataModelLongitudeType
The equivalent MetadataModelLongitudeType for the specified String.
See Also