ExifDataGetShortOrLong Method |
Gets short or long value.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
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