Instance Method インスタンスメソッド

data(using:)

Returns an NSData object containing a representation of the receiver encoded using a given encoding. あるNSDataオブジェクトを返します、与えられた符号化を使って符号化されるレシーバの表現を含んでいます。

Declaration 宣言

func data(using encoding: UInt) -> Data?

Parameters パラメータ

encoding

A string encoding. For possible values, see NSStringEncoding. 文字列符号化。可能な値として、NSStringEncodingを見てください。

Return Value 戻り値

The result of invoking data(using:allowLossyConversion:) with false as the second argument (that is, requiring lossless conversion). data(using:allowLossyConversion:)を2番目の引数としてfalseで(すなわち、可逆変換を要求として)呼び出す結果。

See Also 参照

Working with Encodings エンコーディングを扱う