Class

NSFormatter

An abstract class that declares an interface for objects that create, interpret, and validate the textual representation of values. 値のテキスト表現を作成、解釈、そして確認するオブジェクトへのインターフェイスを宣言する抽象クラス。

Declaration 宣言

@interface NSFormatter : NSObject

Overview 概要

The Foundation framework provides several concrete subclasses of NSFormatter, including NSByteCountFormatter, NSDateFormatter, NSDateComponentsFormatter, NSDateIntervalFormatter, NSMeasurementFormatter, NSNumberFormatter, and NSPersonNameComponentsFormatter. FoundationフレームワークはNSFormatterのいくつかの具象サブクラスを提供し、それは次を含みます、NSByteCountFormatter, NSDateFormatter, NSDateComponentsFormatter, NSDateIntervalFormatter, NSMeasurementFormatter, NSNumberFormatter, そしてNSPersonNameComponentsFormatter

Subclassing Notes サブクラス作成の注意

NSFormatter is intended for subclassing. A custom formatter can restrict the input and enhance the display of data in novel ways. For example, you could have a custom formatter that ensures that serial numbers entered by a user conform to predefined formats. Before you decide to create a custom formatter, make sure that you cannot configure the public subclasses to satisfy your requirements. NSFormatterは、サブクラスを作ることを意図されます。あつらえのフォーマッタは、入力を制限して、データの表示を斬新な方法で向上します。例えば、あなたは、ユーザによって入力されるシリアルナンバーがあらかじめ定義された形式に従うことを確実にするあつらえのフォーマッタを持つことができます。あつらえのフォーマッタの作成をあなたが決定する前に、あなたがパブリックサブクラスを構成設定してあなたの要件を満たすことができないことに気をつけてください。

For instructions on how to create your own custom formatter, see Creating a Custom Formatter. あなた独自のあつらえのフォーマッタを作成する方法に関する説明書として、Creating a Custom Formatterを見てください。

Topics 話題

Getting Textual Representations of Object Values オブジェクト値のテキスト表現を得る

Getting Object Values for Textual Representations テキスト表現に対するオブジェクト値を得る

Validating Partial Strings 部分的な文字列を検証する

Constants 定数

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠