Skip to main content
All docs
V24.2

NonCryptographicRandom.NextBytes(Int32) Method

Returns a new byte array filled with random bytes.

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

Declaration

public byte[] NextBytes(
    int count
)

Parameters

Name Type Description
count Int32

The number of random bytes to generate.

Returns

Type Description
Byte[]

A byte array filled with random bytes.

See Also