Ejemplo n.º 1
0
 /// <summary>
 /// Gets the String value of the Guid
 /// </summary>
 /// <returns>the String value of the Guid</returns>
 public override string ToString()
 {
     return(CAPI.LASGuid_AsString(hguid));
 }