init?(base64Encoded: Data, options: NSData.Base64DecodingOptions)
Initializes a data object with the given Base64 encoded data.
あるデータオブジェクトをある与えられたBase64符号化されたデータで初期化します。
init?(base64Encoding: String)
Initializes a data object initialized with the given Base64 encoded string.
ある与えられたBase64符号化された文字列で初期化されるデータオブジェクトを初期化します。
init?(base64Encoded: String, options: NSData.Base64DecodingOptions)
Initializes a data object with the given Base64 encoded string.
あるデータオブジェクトをこの与えられたBase64符号化された文字列で初期化します。
func base64EncodedString (options: NSData.Base64EncodingOptions) -> String
Creates a Base64 encoded string from the string using the given options.
あるBase64符号化された文字列をこの文字列からこの与えられたオプションを使って作成します。
func base64Encoding() -> String
Initializes a Base64 encoded string from the string.
あるBase64符号化された文字列をこの文字列から初期化します。
struct NSData.Base64EncodingOptions
Options for methods used to Base64 encode data.
データをBase64エンコードするために使用されるメソッドのオプション。
struct NSData.Base64DecodingOptions
Options to modify the decoding algorithm used to decode Base64 encoded data.
Base64エンコードされたデータをデコードするために使われるデコードアルゴリズムを修正するオプション。