Skip to main content
All docs
V25.1
  • NonCryptographicRandom.NextBytes(Int32) Method

    Returns a new byte array filled with random bytes.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.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