Click or drag to resize

BinaryUtilsToBinaryString Method (UInt32, Int32)

Formats an integer value to a binary string.

Namespace:  TouchScript.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static string ToBinaryString(
	uint value,
	int digits = 32
)

Parameters

value
Type: SystemUInt32
The integer value.
digits (Optional)
Type: SystemInt32
The number of digits to include in the string.

Return Value

Type: String
A binary string.
See Also