MetadataModel.ToString Method (Nullable(MetadataModel.DirectionReference))

FreeImage.NET

MetadataModelToString Method (NullableMetadataModelDirectionReference)
Returns the equivalent String for the specified MetadataModelDirectionReference.

Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected static string ToString(
	Nullable<MetadataModelDirectionReference> type
)

Parameters

type
Type: SystemNullableMetadataModelDirectionReference
The MetadataModelDirectionReference to convert.

Return Value

Type: String
The equivalent String for the specified MetadataModelDirectionReference.
See Also