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

setString(_:)

Replaces the characters of the receiver with those in a given string. レシーバの文字をある与えられた文字列の中のそれらで置き換えます。

Declaration 宣言

func setString(_ aString: String)

Parameters パラメータ

aString

The string with which to replace the receiver's content. aString must not be nil. この文字列とレシーバのもつ内容を置き換えることになります。aStringは、nilであってはいけません。

See Also 参照

Modifying a String 文字列を修正する