Exemple #1
0
 /// <summary>
 /// Decodes the <see cref="BinaryContent"/> again to <see cref="OriginalContent"/>
 /// </summary>
 public void DecodeOriginalContent()
 {
     OriginalContent = BinaryContent.ToASCII();
 }