UUID
extension UUID: ToFromData
-
Serialize a
UUIDtoDataDeclaration
Swift
public func toData() throws -> Data -
Deserialize a
UUIDfromDataDeclaration
Swift
public static func fromData(_ data: Data) throws -> UUID
-
The lowercased string form of this
UUID(Forsta uses the lowercase string exclusively in message payloads and user addresses)Declaration
Swift
var lcString: String { get }
View on GitHub
Install in Dash
UUID Extension Reference