Array
extension Array where Element == UInt8
-
Converts bytes (UInt8) array into hex string
Declaration
Swift
public func toHexString() -> String
Return Value
Hex string of bytes array
extension Array where Element == UInt8
Converts bytes (UInt8) array into hex string
Swift
public func toHexString() -> String
Hex string of bytes array