+ stringWithCString:
- initWithCString:
NSString
object, by converting the data in a given C-string from the default C-string encoding into the Unicode character encoding.
レシーバ、ある新しくアロケートされたNSString
オブジェクトを、与えられたC文字列の中のデータを省略時のC文字列符号化からユニコード文字符号化へと変換することによって初期化します。
+ stringWithCString:length:
- initWithCString:length:
NSString
object, by converting the data in a given C-string from the default C-string encoding into the Unicode character encoding.
レシーバ、ある新しくアロケートされたNSString
オブジェクトを、与えられたC文字列の中のデータを省略時のC文字列符号化からユニコード文字符号化へと変換することによって初期化します。
- initWithCStringNoCopy:length:freeWhenDone:
NSString
object, by converting the data in a given C-string from the default C-string encoding into the Unicode character encoding.
レシーバ、ある新しくアロケートされたNSString
オブジェクトを、与えられたC文字列の中のデータを省略時のC文字列符号化からユニコード文字符号化へと変換することによって初期化します。
+ stringWithContentsOfFile:
- initWithContentsOfFile:
NSString
object, by reading data from the file named by path
.
レシーバ、ある新しく作成されたNSString
オブジェクトを、path
によって指名されたファイルからデータを読み出すことによって初期化します。
+ stringWithContentsOfURL:
- initWithContentsOfURL:
NSString
object, by reading data from the location named by a given URL.
レシーバ、ある新しくアロケートされたNSString
オブジェクトを、ある与えられたURLによって指名される位置からデータを読み出すことによって初期化します。
- writeToURL:atomically:
- getCharacters:
- cString
- lossyCString
- cStringLength
- getCString:
getCString:maxLength:range:remainingRange:
with NSMaximumStringLength
as the maximum length, the receiver’s entire extent as the range, and NULL
for the remaining range.
getCString:maxLength:range:remainingRange:
を発動します、NSMaximumStringLength
を最大限の長さとして、レシーバの持つ全広がりを範囲として、そしてNULL
を残りの範囲に対して使います。
- getCString:maxLength:
getCString:maxLength:range:remainingRange:
with maxLength
as the maximum length in char-sized units, the receiver’s entire extent as the range, and NULL
for the remaining range.
getCString:maxLength:range:remainingRange:
を発動します、maxLength
をcharサイズの単位での最大限の長さとして、レシーバの持つ全体の広がりを範囲として、そしてNULL
を残りの範囲に対して使います。
- getCString:maxLength:range:remainingRange:
- stringByAddingPercentEscapesUsingEncoding:
- stringByReplacingPercentEscapesUsingEncoding:
- sizeWithFont:
- sizeWithFont:forWidth:lineBreakMode:
- sizeWithFont:minFontSize:actualFontSize:forWidth:lineBreakMode:
- sizeWithFont:constrainedToSize:
- sizeWithFont:constrainedToSize:lineBreakMode:
- drawAtPoint:withFont:
- drawAtPoint:forWidth:withFont:lineBreakMode:
- drawAtPoint:forWidth:withFont:fontSize:lineBreakMode:baselineAdjustment:
- drawAtPoint:forWidth:withFont:minFontSize:actualFontSize:lineBreakMode:baselineAdjustment:
- drawInRect:withFont:
- drawInRect:withFont:lineBreakMode:
- drawInRect:withFont:lineBreakMode:alignment:
- drawWithRect:options:attributes:
- boundingRectWithSize:options:attributes:
NSMaximumStringLength
NSString
object.
あるNSString
オブジェクトにおける最大文字数。