.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    ToByteArray Method

    ToByteArray(int)

    Creates a new byte array with the internal content of the serialized data.

    Declaration
    byte[] ToByteArray(int padding = 0)
    Parameters
    int padding

    the number of zero byte(s) to add to beginning of the returned array

    Returns
    byte[]

    clone of internal byte content with optional padding bytes

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.