Click or drag to resize
TestUtilitiesConvertToBitString Method (Int64, Int32)
Converts a value to a binary representation of a given length.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string ConvertToBitString(
	long value,
	int countDigits
)

Parameters

value
Type: SystemInt64
countDigits
Type: SystemInt32

Return Value

Type: String
The value, expressed as a sequence of binary digits, within a string of countDigits length.
See Also