Core Foundation   >   CFAttributedStringGetLength(_:)
関数
CFAttributedStringGetLength(_:)
文字の中の属性付き文字列の長さを返します。
宣言
パラメータ
str | 検査すべき属性付き文字列。 |
戻り値
文字の中の属性付き文字列の長さ。これは CFStringGetLength(CFAttributedStringGetString(aStr)) と同じです。
XCode 8.3 日本語化計画:Core Foundation : CFAttributedStringGetLength(_:)
Core Foundation   >   CFAttributedStringGetLength(_:)
文字の中の属性付き文字列の長さを返します。
str | 検査すべき属性付き文字列。 |
文字の中の属性付き文字列の長さ。これは CFStringGetLength(CFAttributedStringGetString(aStr)) と同じです。