/// <inheritdoc />
 /// <summary>
 /// Returns a <see cref="System.String" /> that represents this instance.
 /// </summary>
 /// <param name="multiLineSettings">The multi line settings.</param>
 /// <returns>
 /// A <see cref="System.String" /> that represents this instance.
 /// </returns>
 public string ToString(MultiLineValues multiLineSettings) => ToString();
Example #2
0
 /// <inheritdoc />
 /// <summary>
 /// Returns a <see cref="T:System.String" /> that represents this instance.
 /// </summary>
 /// <param name="multiLineSettings">The multi line settings.</param>
 /// <returns>
 /// A <see cref="T:System.String" /> that represents this instance.
 /// </returns>
 public string ToString(MultiLineValues multiLineSettings)
 {
     return(ToString());
 }