BinaryString extension

A collection of binary methods to be applied to any String instance.

on

Properties

bits int
Parses a binary number made entirely of 0's and 1's into an int.
no setter

Methods

toBitList() List<int>
Parses a binary number made entirely of 0's and 1's into a list.