Returns the value of the tag as unsigned 32bit integer.
Namespace:
FreeImageAPI.MetadataAssembly: 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.