Method WriteString
WriteString(String)
Writes a string.
Writes strings as UTF-8 encoded bytes. First the length, in bytes, is written as a WriteVInt32(Int32), followed by the bytes.
Declaration
public virtual void WriteString(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s |