FreeImage.NET Class Library Reference
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: StringThe equivalent String for the specified MetadataModelLatitudeType.
See Also