BinaryConvertible

public protocol BinaryConvertible

Mechanica

Types conforming to BinaryConvertible can be represented in binary base.

  • Mechanica

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

    Declaration

    Swift

    var toBinaryString: String