Returns the equivalent String for the specified MetadataModel..::.DirectionReference.

Namespace:  FreeImageAPI.Metadata
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
protected static string ToString(
	Nullable<MetadataModel..::.DirectionReference> type
)
Visual Basic (Declaration)
Protected Shared Function ToString ( _
	type As Nullable(Of MetadataModel..::.DirectionReference) _
) As String
Visual C++
protected:
static String^ ToString(
	Nullable<MetadataModel..::.DirectionReference> type
)

Return Value

The equivalent String for the specified MetadataModel..::.DirectionReference.

Version Information

FreeImage.NET

Supported in: 3.12.0, 3.13.0, 3.13.1

See Also