ByteBufferAdd(String) Method
Adds ASCII representation of a specified string to the end of the buffer. Every character is added as a LSB byte.
Namespace: OddPrgAssembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
public void Add(
string s
)
Parameters
- s String
- A string to add