WriteBytes Method
WriteBytes(string)
Writes each char
of the value
with Write
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.