MetadataModel.ToString Method (Nullable(MetadataModel.LongitudeType))

FreeImage.NET

MetadataModelToString Method (NullableMetadataModelLongitudeType)
Returns the equivalent String for the specified MetadataModelLongitudeType.

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

Parameters

type
Type: SystemNullableMetadataModelLongitudeType
The MetadataModelLongitudeType to convert.

Return Value

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