Type Method 型メソッド

localizedName(of:)

Returns a human-readable string giving the name of a given encoding. 与えられた符号化の名前を与えている、人間が読むことができる文字列を返します。

Declaration 宣言

class func localizedName(of encoding: UInt) -> String

Parameters パラメータ

encoding

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

Return Value 戻り値

A human-readable string giving the name of encoding in the current locale. ある人間に読みやすい文字列、encodingの名前を現在のロケールで与えます。

See Also 参照

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