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

Assembly: Asgard5Library (Module: Asgard5Library)