Instance Methodvapor 4.114.1Vapor->Swift
base64Bytes
Base64.swift:162func base64Bytes() -> [UInt8]
func base64Bytes() -> [UInt8]
import Swift
import Vapor
Vapor 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.
@frozen struct Substring
A slice of a string.
@frozen struct UInt8
An 8-bit unsigned integer value type.
func base32Bytes() -> [UInt8]
func base32String() -> String
func base64String() -> String
func bcryptBase64Bytes() -> [UInt8]
func bcryptBase64String() -> String