Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ChunkedMemoryStream Class / WriteByte Method
The byte to write to the stream.


In This Topic
    WriteByte Method
    In This Topic
    Writes a byte to the current position in the stream and advances the position within the stream by one byte.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Sub WriteByte( _
       ByVal value As Byte _
    ) 
    'Usage
     
    
    Dim instance As ChunkedMemoryStream
    Dim value As Byte
     
    instance.WriteByte(value)
    public override void WriteByte( 
       byte value
    )

    Parameters

    value
    The byte to write to the stream.
    See Also