/// <summary> /// Returns a <see cref="String"/> that represents the <see cref="NaturalString"/>. /// </summary> /// <returns> /// The result of the <see cref="StringUtility.Validate"/> for the value of the <see /// cref="Value"/> property.</returns> public override string ToString() { return(StringUtility.Validate(Value)); }