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