This is experimental documentation.
Inserts the specified value into the buffer as a wide-pascal-style string
using the specified encoding.


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

Exception | Condition |
---|---|
ArgumentNullException | Either str or enc were null (Nothing in Visual Basic). |
ArgumentException | The length of str was too great; maximum string length is 65,535 characters. |
Assembly: Asgard5Library (Module: Asgard5Library)