Writes a eight-byte unsigned integer to the current stream and advances the stream position by eight bytes.
[Visual Basic] Overloads Public Sub Write( _ ByVal value As UInt64 _ ) [C#] public void Write( ulong value ); [C++] public: void Write( unsigned __int64 value ); [JScript] public function Write( value : UInt64 );
Exception Type | Condition |
---|---|
IOException | An I/O error occurs. |
ArgumentNullException | value is a null reference (in Visual Basic Nothing). |
BinaryWriter Class | BinaryWriter Members | System.IO Namespace | BinaryWriter.Write Overload List