Click or drag to resize

BinaryUtils Class

Utility methods to deal with binary data.
Inheritance Hierarchy
SystemObject
  TouchScript.UtilsBinaryUtils

Namespace:  TouchScript.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static class BinaryUtils

The BinaryUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToBinaryMask
Converts a collection of bool values to a bit mask.
Public methodStatic memberToBinaryString(UInt32, Int32)
Formats an integer value to a binary string.
Public methodStatic memberToBinaryString(UInt32, StringBuilder, Int32)
Formats an integer value to a binary string.
Top
See Also