This is experimental documentation.
Inserts the specified value into the buffer as a C-style null-terminated
ASCII string.


- str (String)
- The string value to insert.

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

Exception | Condition |
---|---|
ArgumentNullException | Either str or enc were null (Nothing in Visual Basic). |
Assembly: Asgard5Library (Module: Asgard5Library)