FreeImage.NET Class Library Reference
MetadataModelToString Method (NullableMetadataModelInteroperabilityMode) |
Returns the equivalent String for the
specified MetadataModelInteroperabilityMode.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected static string ToString( Nullable<MetadataModelInteroperabilityMode> type )
Parameters
- type
- Type: SystemNullableMetadataModelInteroperabilityMode
The MetadataModelInteroperabilityMode to convert.
Return Value
Type: StringThe equivalent String for the specified MetadataModelInteroperabilityMode.
See Also