Reference Library
InsertCString Method (str)
NamespacesMBNCSUtilDataBufferInsertCString(String)
Inserts the specified value into the buffer as a C-style null-terminated ASCII string.
Declaration Syntax
C#Visual BasicVisual C++
public void InsertCString(
	string str
)
Public Sub InsertCString ( _
	str As String _
)
public:
void InsertCString(
	String^ str
)
Parameters
str (String)
The string value to insert.
Remarks

This method inserts a string terminated by a single null (0) byte.

Exceptions
ExceptionCondition
ArgumentNullExceptionEither str or enc were null (Nothing in Visual Basic).

Assembly: Asgard5Library (Module: Asgard5Library)