TreeView for WinForms | ComponentOne
C1.Util Namespace / FontSubSet.BigEndianBinaryWriter Class / Write Method / Write(String) Method
The value to write.

In This Topic
    Write(String) Method
    In This Topic
    Writes a length-prefixed string to this stream in the current encoding of the System.IO.BinaryWriter, and advances the current position of the stream in accordance with the encoding used and the specific characters being written to the stream.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub Write( _
       ByVal value As String _
    ) 
    public override void Write( 
       string value
    )

    Parameters

    value
    The value to write.
    Exceptions
    ExceptionDescription
    An I/O error occurs.
    value is a null reference (Nothing in Visual Basic).
    The stream is closed.
    See Also