Click or drag to resize
TestUtilitiesConvertBitStringToBytes Method
Converts a string of binary digits (with optional whitespace) to a collection of bytes.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<byte> ConvertBitStringToBytes(
	string bits
)

Parameters

bits
Type: SystemString

Return Value

Type: ListByte
See Also