Returns the equivalent MetadataModel..::.LongitudeType for the specified String.

Namespace:  FreeImageAPI.Metadata
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
protected static Nullable<MetadataModel..::.LongitudeType> ToLongitudeType(
	string s
)
Visual Basic (Declaration)
Protected Shared Function ToLongitudeType ( _
	s As String _
) As Nullable(Of MetadataModel..::.LongitudeType)
Visual C++
protected:
static Nullable<MetadataModel..::.LongitudeType> ToLongitudeType(
	String^ s
)

Parameters

s
Type: System..::.String
The string containing the MetadataModel..::.LongitudeType.

Return Value

The equivalent MetadataModel..::.LongitudeType for the specified String.

Version Information

FreeImage.NET

Supported in: 3.12.0, 3.13.0, 3.13.1

See Also