FormattedString constructor

FormattedString(
  1. String string
)

Implementation

new(String string) : this._(_parse(string));