Example #1
0
 public void ConvertAsciiToTrytes()
 {
     Assert.AreEqual(Converter.AsciiToTrytes("HELLOWORLD"), "RBOBVBVBYBFCYBACVBNB");
 }