[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Assembly: MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)
Inserts the specified value into the buffer as a C-style null-terminated
ASCII string.
Namespace:
MBNCSUtilAssembly: MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)
Syntax
| C# |
|---|
public void InsertCString( string str ) |
| Visual Basic (Declaration) |
|---|
Public Sub InsertCString ( _ str As String _ ) |
| Visual C++ |
|---|
public: void InsertCString( String^ str ) |
Parameters
- str
- Type: System..::.String
The string value to insert.
Remarks
This method inserts a string terminated by a single null (0) byte.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Either str or enc were null (Nothing in Visual Basic). |