| TiffStreamReaderProcessReadDataULong Method |
Performs a conversion to the unsigned integer array.
Namespace: Aspose.PSD.FileFormats.Tiff.FileManagementAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxprotected virtual uint[] ProcessReadDataULong(
byte[] data
)
Protected Overridable Function ProcessReadDataULong (
data As Byte()
) As UInteger()
protected:
virtual array<unsigned int>^ ProcessReadDataULong(
array<unsigned char>^ data
)
abstract ProcessReadDataULong :
data : byte[] -> uint32[]
override ProcessReadDataULong :
data : byte[] -> uint32[] Parameters
- data
- Type: SystemByte
The data to convert.
Return Value
Type:
UInt32
The converted array.
See Also