Instance Method インスタンスメソッド

localizedStandardCompare(_:)

Compares strings as sorted by the Finder. 文字列をFinderによってソートされる通りに比較します。

Declaration 宣言

func localizedStandardCompare(_ string: String) -> ComparisonResult

Parameters パラメータ

string

The string to compare with the receiver. レシーバと比較する文字列。

Return Value 戻り値

The result of the comparison. 比較の結果。

Discussion 議論

This method should be used whenever file names or other strings are presented in lists and tables where Finder-like sorting is appropriate. The exact sorting behavior of this method is different under different locales and may be changed in future releases. This method uses the current locale. このメソッドは、ファイル名または他の文字列がFinderのような順番付けが適切であるリスト及びテーブルにおいて提示される時はいつでも使われるべきです。このメソッドの正確な順番付け挙動は、異なるロケールのもとでは異なります、そして将来のリリースで変更されるかもしれません。このメソッドは、現在のロケールを使います。

See Also 参照

Identifying and Comparing Strings 文字列を識別および比較する