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 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