Example #1
0
 /// <summary>
 /// Reads a Guid of type A-B-C-D.
 ///
 /// Advances the position.
 /// </summary>
 /// <returns>the read guid</returns>
 public string ReadGuid()
 {
     return(UR.ReadGuid());
 }