[]
Writes a length-prefixed string to this stream in the current encoding of the BinaryWriter, and advances the current position of the stream in accordance with the encoding used and the specific characters being written to the stream. -1 is used to indicate null string.
public void WriteNullableString(string value)
Public Sub WriteNullableString(value As String)
Type | Name | Description |
---|---|---|
string | value |