Data

  • Hexadecimal string representation of the data

    Declaration

    Swift

    public var toHexString: String

    Return Value

    String with data

  • UTF8 String representation of the data

    Declaration

    Swift

    public var toString: String?
  • String representation of the data with specified encoding

    Declaration

    Swift

    public func toString(_ encoding: String.Encoding = .utf8) -> String?

    Return Value

    String with data