FreeImage.NET Class Library Reference
MetadataModelToInteroperabilityType Method |
Returns the equivalent MetadataModelInteroperabilityMode 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<MetadataModelInteroperabilityMode> ToInteroperabilityType( string s )
Parameters
- s
- Type: SystemString
The string containing the MetadataModelInteroperabilityMode.
Return Value
Type: NullableMetadataModelInteroperabilityModeThe equivalent MetadataModelInteroperabilityMode for the specified String.
See Also