Reference Library
ReadTerminatedString Method (Terminator, enc)
NamespacesMBNCSUtilDataReaderReadTerminatedString(Char, Encoding)
Returns the next variable-length string with the specified terminator character.
Declaration Syntax
C#Visual BasicVisual C++
public string ReadTerminatedString(
	char Terminator,
	Encoding enc
)
Public Function ReadTerminatedString ( _
	Terminator As Char, _
	enc As Encoding _
) As String
public:
String^ ReadTerminatedString(
	wchar_t Terminator, 
	Encoding^ enc
)
Parameters
Terminator (Char)
The terminator that should indicate the end of the string.
enc (Encoding)
The encoding to use to read the string.
Return Value
A variable-length string with no NULL (0) characters nor the terminator character.

Assembly: Asgard5Library (Module: Asgard5Library)