ByteBuffer(String) Constructor
Creates a new instance of byte buffer and fills it byte representations of ASCII characters from a specified string.
Every character is added as a LSB byte.
Namespace: OddPrgAssembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
public ByteBuffer(
string s
)
Parameters
- s String