Reference Library
ReadPascalString Method (enc)
NamespacesMBNCSUtilDataReaderReadPascalString(Encoding)
Reads the next pascal-style string from the stream.
Declaration Syntax
C#Visual BasicVisual C++
public string ReadPascalString(
	Encoding enc
)
Public Function ReadPascalString ( _
	enc As Encoding _
) As String
public:
String^ ReadPascalString(
	Encoding^ enc
)
Parameters
enc (Encoding)
The encoding used for the string.
Return Value
The next pascal-style string encoded with the specified encoding.

Assembly: Asgard5Library (Module: Asgard5Library)