Instance Property
インスタンスプロパティ
length
The number of UTF-16 code units in the receiver.
レシーバにおけるUTF-16コード単位の数。
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
文字列の長さを取得する
- lengthOfBytesUsingEncoding:
Returns the number of bytes required to store the receiver in a given encoding.
レシーバをある与えられた符号化で格納するのに必要とされるバイト数を返します。
Related Documentation
関連文書
- sizeWithAttributes:
Returns the bounding box size the receiver occupies when drawn with the given attributes.
与えられた属性で描画される時に、レシーバが占める境界ボックスのサイズを返します。