Returns the value of the tag as unsigned 32bit integer.

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

Syntax

C#
protected Nullable<uint> GetUInt32Value(
	string key
)
Visual Basic (Declaration)
Protected Function GetUInt32Value ( _
	key As String _
) As Nullable(Of UInteger)
Visual C++
protected:
Nullable<unsigned int> GetUInt32Value(
	String^ key
)

Parameters

key
Type: System..::.String
The key of the tag.

Return Value

The value of the tag as unsigned 32bit integer.

Version Information

FreeImage.NET

Supported in: 3.12.0, 3.13.0, 3.13.1

See Also