Click or drag to resize

BinaryUtilsToBinaryString Method (UInt32, StringBuilder, 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 void ToBinaryString(
	uint value,
	StringBuilder builder,
	int digits = 32
)

Parameters

value
Type: SystemUInt32
The integer value.
builder
Type: System.TextStringBuilder
The string builder to use.
digits (Optional)
Type: SystemInt32
The number of digits to include in the string.
See Also