Instance Property インスタンスプロパティ

length

The number of UTF-16 code units in the receiver. レシーバにおけるUTF-16コード単位の数。

Declaration 宣言

var length: Int { get }

Discussion 議論

This number includes the individual characters of composed character sequences, so you cannot use this property to determine if a string will be visible when printed or how long it will appear. この数は合成文字列の個々の文字を含みます、それであなたはプリントした時に文字列が見えるかどうかまたはどのくらいの長さでそれが現れるかを決定するためにこのプロパティを使用できません。

See Also 参照

Getting a String’s Length 文字列の長さを取得する

Related Documentation 関連文書