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 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:
StringA binary string.
See Also