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.