.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    WriteBytes Method

    WriteBytes(string)

    Writes each char of the value with WriteByte(byte) method to this serialization output ///

    Declaration
    void WriteBytes(string value)
    Parameters
    string value

    the value to be encoded

    Remarks

    Each char value of the string will be cast to byte then written to output.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.