Array

extension Array where Element == UInt8

Available where Element == UInt8

  • Converts bytes (UInt8) array into hex string

    Declaration

    Swift

    public func toHexString() -> String

    Return Value

    Hex string of bytes array