Instance Methodvapor 4.114.1Vapor->Swift
hexEncodedString(uppercase:)
Bytes+Hex.swift:6func hexEncodedString(uppercase: Bool = false) -> String func hexEncodedString(uppercase: Bool = false) -> String sST5Vapors5UInt8V7ElementRtzrlE16hexEncodedString9uppercaseSSSb_tF What are these?9XQQZwhere 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 BoolA value type whose instances are either true or false.
@frozen struct StringA Unicode string value that is a collection of characters.
@frozen struct UInt8An 8-bit unsigned integer value type.
var hex: String { get }func hexEncodedBytes(uppercase: Bool = false) -> [UInt8]