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

This method inserts a string prefixed by the total number of characters in the string. At most a string may be 255 characters.

Exceptions
ExceptionCondition
ArgumentNullExceptionEither str or enc were null (Nothing in Visual Basic).
ArgumentExceptionThe length of str was too great; maximum string length is 255 characters.

Assembly: Asgard5Library (Module: Asgard5Library)