Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / GcBinaryWriter Class / WriteNullableString Method

In This Topic
    WriteNullableString Method
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Sub WriteNullableString( _
       ByVal value As System.String _
    ) 
    public void WriteNullableString( 
       System.string value
    )

    Parameters

    value
    See Also