Instance Property インスタンスプロパティ

locale

The locale to use when scanning. 走査している時に使うことになるロケール。

Declaration 宣言

var locale: Any? { get set }

Discussion 議論

A scanner’s locale affects the way it interprets numeric values from the string. In particular, a scanner uses the locale’s decimal separator to distinguish the integer and fractional parts of floating-point representations. A scanner with no locale set uses non-localized values. New scanners have no locale by default. スキャナーのもつロケールは、それが文字列から数値を解釈する方法に影響します。とりわけ、スキャナーはロケールのもつ小数分離子を使って浮動小数点表現の整数と小数部分を識別します。ロケール集合を持たないスキャナーは、非ローカライズ値を使います。新しいスキャナーは、初期状態ではロケールを持ちません。

See Also 参照

Configuring a Scanner スキャナーを構成設定する