Converts a FreeImage tag structure to a string that represents the interpreted tag value.
The function is not thread safe.
Namespace:
FreeImageAPIAssembly: 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.