ByteBufferAdd(String) Method

Adds ASCII representation of a specified string to the end of the buffer. Every character is added as a LSB byte.

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public void Add(
	string s
)

Parameters

s  String
A string to add

See Also