Instance Methodvapor 4.114.1Vapor->Swift
base32String
Base32.swift:113func base32String() -> String
func base32String() -> String
sSk5Vapors5UInt8V7ElementRtzSi5IndexRtzrlE12base32StringSSyF
What are these?2SDQ9
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.
protocol RandomAccessCollection<Element> : BidirectionalCollection where Self.Indices : RandomAccessCollection, Self.SubSequence : RandomAccessCollection
A collection that supports efficient random-access index traversal.
@frozen struct String
A Unicode string value that is a collection of characters.
@frozen struct UInt8
An 8-bit unsigned integer value type.
@frozen struct Int
A signed integer value type.
func base32Bytes() -> [UInt8]
func base64Bytes() -> [UInt8]
func base64String() -> String
func bcryptBase64Bytes() -> [UInt8]
func bcryptBase64String() -> String