Reference Library
PeekDwordString Method (padding)
NamespacesMBNCSUtilDataReaderPeekDwordString(Byte)
Peeks at the next possible four-byte string with the specified byte padding without advancing the index.
Declaration Syntax
C#Visual BasicVisual C++
public string PeekDwordString(
	byte padding
)
Public Function PeekDwordString ( _
	padding As Byte _
) As String
public:
String^ PeekDwordString(
	unsigned char padding
)
Parameters
padding (Byte)
The byte used to pad the string to total four bytes.
Return Value
The next 4-byte string, reversed, from the stream.

Assembly: Asgard5Library (Module: Asgard5Library)