Click or drag to resize
ConversionStringToByteArrayASCII Method
Convert a string into array of bytes ASCII

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static byte[] StringToByteArrayASCII(
	string str
)

Parameters

str
Type: SystemString
String to convert

Return Value

Type: Byte
Converted byte array
See Also