SeekPosition
Sets the underlying streams current position.
Public Function SeekPosition(
ByVal Offset As Currency,
ByVal Origin As SeekOrigin ) As Currency
Parameters
- Offset
-
[ByVal]
Currency.
The number of bytes to move the position.
- Origin
-
[ByVal]
SeekOrigin.
The starting point to move from in the stream.
Return Values
Currency - The final position in the stream.
See Also
Project CorLib Overview
Class BinaryWriter Overview