Ninja Database Pro
WriteByte Method



KellermanSoftware.NinjaDatabasePro Namespace > IStorageStream Interface : WriteByte Method
Writes a byte to the current stream at the current position
Syntax
Sub WriteByte( _
   ByVal value As Byte _
) 
Dim instance As IStorageStream
Dim value As Byte
 
instance.WriteByte(value)
void WriteByte( 
   byte value
)
void WriteByte( 
   byte value
) 

Parameters

value
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IStorageStream Interface
IStorageStream Members