FreeImage.NET Class Library Reference
MetadataModelToLongitudeType Method |
Returns the equivalent MetadataModelLongitudeType for the
specified String.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected static Nullable<MetadataModelLongitudeType> ToLongitudeType( string s )
Parameters
- s
- Type: SystemString
The string containing the MetadataModelLongitudeType.
Return Value
Type: NullableMetadataModelLongitudeTypeThe equivalent MetadataModelLongitudeType for the specified String.
See Also