Exemplo n.º 1
0
 /// <summary>
 /// Removes any formatting that may have been applied to the string.
 /// </summary>
 public void ClearFormatting()
 {
     str = CloneStringIfRequired();
     str.ClearFormatting();
     AddToSSTIfRequired();
 }