Exemple #1
0
 /// <summary>
 /// Convert to a byte string
 /// </summary>
 /// <returns>A byte string representing the frame</returns>
 public string ToByteString()
 {
     if ((_root != null) && (!_root.MetaData))
     {
         return(BinaryEncoding.Instance.GetString(_root.ToArray()));
     }
     else
     {
         return("");
     }
 }