Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / GcBinaryReader Class / ReadNullableString Method

In This Topic
    ReadNullableString Method
    In This Topic
    Reads a string, written to the stream using the GcBinaryWriter.WriteNullableString method.
    Syntax
    'Declaration
     
    Public Function ReadNullableString() As System.String
    public System.string ReadNullableString()
    See Also