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

Assembly: Asgard5Library (Module: Asgard5Library)