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

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

Syntax

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

Parameters

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

Return Value

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

Version Information

FreeImage.NET

Supported in: 3.12.0, 3.13.0, 3.13.1

See Also