ByteBufferParse Method

Conversion from string to ByteBuffer. It supposes ASCII encoding

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public static ByteBuffer Parse(
	string s
)

Parameters

s  String
Source string

Return Value

ByteBuffer
New byte buffer instance, containin string characters in ASCII encoding

See Also