String

struct String

Adding common functionality to String class

  • Get Empty String

    Declaration

    Swift

    static let Empty: String
  • Identifier for CoreKit

    Declaration

    Swift

    static let MCoreDomain: String
  • Get project localized string

    Declaration

    Swift

    var localized: String { get }
  • Utility to encode for query string

    Declaration

    Swift

    var queryEscaped: String? { get }
  • HTTP method: GET

    Declaration

    Swift

    static let HTTPGet: String
  • HTTP method: POST

    Declaration

    Swift

    static let HTTPPost: String