MetadataModel.ToString Method (Nullable(MetadataModel.LatitudeType))

FreeImage.NET

MetadataModelToString Method (NullableMetadataModelLatitudeType)
Returns the equivalent String for the specified MetadataModelLatitudeType.

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

Parameters

type
Type: SystemNullableMetadataModelLatitudeType
The MetadataModelLatitudeType to convert.

Return Value

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