ExifDataGetShortOrLong Method |
Gets short or long value.
Namespace: Aspose.Imaging.ExifAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 22.05
Syntaxprotected uint GetShortOrLong(
ushort key
)
Protected Function GetShortOrLong (
key As UShort
) As UInteger
protected:
unsigned int GetShortOrLong(
unsigned short key
)
member GetShortOrLong :
key : uint16 -> uint32
Parameters
- key
- Type: SystemUInt16
The key to get value for.
Return Value
Type:
UInt32Short or long value converted to integer.
See Also