NSString Handling Exception Names
NSStringが取り扱う例外の名前
These constants define the names of exceptions raised if NSString
cannot represent a string in a given encoding, or parse a string as a property list.
これらの定数は、NSString
が文字列をある与えられた符号化で表せない、または文字列をプロパティリストであると構文解析するならば引き起こされる例外の名前を定義します。
Topics
話題
Constants
定数
NSCharacterConversionException
NSString
raises an NSCharacterConversionException
if a string cannot be represented in a file-system or string encoding.
NSString
はNSCharacterConversionException
を引き起こします、もし文字列がファイルシステムまたは文字列エンコーディングにおいて表現されることができないならば。
NSParseErrorException
NSString
raises an NSParseErrorException
if a string cannot be parsed as a property list.
NSString
は、NSParseErrorException
を引き起こします、もし文字列がプロパティリストとして構文解析されることができないならば。
See Also
参照
Working with Encodings
エンコーディングを扱う
availableStringEncodings
Returns a zero-terminated list of the encodings string objects support in the application’s environment.
アプリケーションのもつ環境においてサポートされる符号化の文字列オブジェクトからなるゼロ終端されたリストを返します。
defaultCStringEncoding
Returns the C-string encoding assumed for any method accepting a C string as an argument.
C文字列を引数として受け入れる何らかのメソッドのために仮定されるC文字列符号化を返します。
- canBeConvertedToEncoding:
Returns a Boolean value that indicates whether the receiver can be converted to a given encoding without loss of information.
あるブール値を返します、それはレシーバがある与えられた符号化へと情報の損失なしに変換されることができるかどうかを指し示します。
- dataUsingEncoding:
Returns an NSData
object containing a representation of the receiver encoded using a given encoding.
あるNSData
オブジェクトを返します、与えられた符号化を使って符号化されるレシーバの表現を含んでいます。
fastestEncoding
The fastest encoding to which the receiver may be converted without loss of information.
レシーバが情報の損失なしに変換されるであろう最速の符号化。
smallestEncoding
The smallest encoding to which the receiver can be converted without loss of information.
レシーバが情報の損失無しに変換できる最小の符号化を返します。
NSStringEncoding
The following constants are provided by NSString
as possible string encodings.
以下の定数は、NSString
によって可能な文字列符号化として提供されます。