ArrayBuffer.ByteLength

ArrayBuffer.ByteLength property

The byteLength accessor property represents the length of an ArrayBuffer in bytes.

public int ByteLength { get; }

Property Value

The length in bytes.

See Also