This is experimental documentation.
Inserts the specified value into the buffer as a C-style null-terminated
ASCII string.
Declaration Syntax
Parameters
- str (String)
- The string value to insert.
Remarks
This method inserts a string terminated by a single null (0) byte.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Either str or enc were null (Nothing in Visual Basic). |
Assembly: Asgard5Library (Module: Asgard5Library)