Reference Library
ReadDwordString Method (padding)
NamespacesMBNCSUtilDataReaderReadDwordString(Byte)
Reads the next possible four-byte string with the specified byte padding.
Declaration Syntax
C#Visual BasicVisual C++
public string ReadDwordString(
	byte padding
)
Public Function ReadDwordString ( _
	padding As Byte _
) As String
public:
String^ ReadDwordString(
	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)