Instance Propertyvapor 4.114.1Vapor->Swift
hex
Bytes+Hex.swift:2var hex: String { get }var hex: String { get }where Self.Element == UInt8import Swiftimport VaporVapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
protocol Sequence<Element>A type that provides sequential, iterated access to its elements.
@frozen struct StringA Unicode string value that is a collection of characters.
@frozen struct UInt8An 8-bit unsigned integer value type.
func hexEncodedBytes(uppercase: Bool = false) -> [UInt8] func hexEncodedString(uppercase: Bool = false) -> String