Converts a FreeImage tag structure to a string that represents the interpreted tag value. The function is not thread safe.

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

Syntax

C#
public static string TagToString(
	FREE_IMAGE_MDMODEL model,
	FITAG tag,
	uint Make
)
Visual Basic (Declaration)
Public Shared Function TagToString ( _
	model As FREE_IMAGE_MDMODEL, _
	tag As FITAG, _
	Make As UInteger _
) As String
Visual C++
public:
static String^ TagToString(
	FREE_IMAGE_MDMODEL model, 
	FITAG tag, 
	unsigned int Make
)

Parameters

model
Type: FreeImageAPI..::.FREE_IMAGE_MDMODEL
The metadata model.
tag
Type: FreeImageAPI..::.FITAG
The interpreted tag value.
Make
Type: System..::.UInt32
Reserved.

Return Value

The representing string.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also