ToBytes

ToBytes()

Konverterar strömdata tillByte array.

public override byte[] ToBytes()

Returvärde

Strömdata som konverterats tillByte array.

Se även


ToBytes(long, long)

Konverterar strömdata tillByte array.

public override byte[] ToBytes(long position, long bytesCount)
ParameterTypBeskrivning
positionInt64Positionen att börja läsa bytes från.
bytesCountInt64Byten räknas för att läsas.

Returvärde

Strömdata som konverterats tillByte array.

Se även