Reference Library
Seek Method (offset)
NamespacesMBNCSUtilDataReaderSeek(Int32)
Checks to see whether the offset from the current position lies within the stream and, if so, advances to that position relative to the current location.
Declaration Syntax
C#Visual BasicVisual C++
public bool Seek(
	int offset
)
Public Function Seek ( _
	offset As Integer _
) As Boolean
public:
bool Seek(
	int offset
)
Parameters
offset (Int32)
The number of bytes beyond the current position to advance to.
Return Value
True if the position lies within the stream and the cursor was advanced; otherwise false.

Assembly: Asgard5Library (Module: Asgard5Library)