[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.GcBinaryWriter.WriteNullableString

WriteNullableString Method

WriteNullableString(string)

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.

Declaration
public void WriteNullableString(string value)
Public Sub WriteNullableString(value As String)
Parameters
Type Name Description
string value