UnsignedInteger

protocol UnsignedInteger : _DisallowMixedSignArithmetic, Integer
  • Mechanica

    Creates a string representing the given value in the binary base.

    Int8(10).binaryString //"00001010"
    

    Declaration

    Swift

    public var binaryString: String