BinaryUtils Class |
Namespace: TouchScript.Utils
public static class BinaryUtils
The BinaryUtils type exposes the following members.
Name | Description | |
---|---|---|
ToBinaryMask |
Converts a collection of bool values to a bit mask.
| |
ToBinaryString(UInt32, Int32) |
Formats an integer value to a binary string.
| |
ToBinaryString(UInt32, StringBuilder, Int32) |
Formats an integer value to a binary string.
|