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.