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

boolValue

The Boolean value of the string. 文字列のブール値。

Declaration 宣言

var boolValue: Bool { get }

Discussion 議論

This property is true on encountering one of "Y", "y", "T", "t", or a digit 1-9—the method ignores any trailing characters. This property is false if the receiver doesn’t begin with a valid decimal text representation of a number. このプロパティはtrueです、"Y"、"y"、"T"、"t"、またはアラビア数字の1-9の1つとの遭遇に関して — メソッドはあらゆる後に続いている文字を無視します。このプロパティはfalseです、もしレシーバがある数の有効な10進テキスト表現で始まらないならば。

The property assumes a decimal representation and skips whitespace at the beginning of the string. It also skips initial whitespace characters, or optional -/+ sign followed by zeroes. プロパティは10進表現を仮定します、そして文字列の始まりでの空白を飛ばします。それはまた、冒頭の空白文字、または随意の-/+符号にゼロが続くものを飛ばします。

See Also 参照

Getting Numeric Values 数値を取得する

Related Documentation 関連文書