Search This Blog

Monday, January 4, 2016

Guid conversion in plugin


If you have any doubt in the post please post comments. I will try to solve your problem.

Guid objCarrierId = new Guid();
 string strValue = (string)objEntity.Attributes["new_carrierid"];                            
  Guid.TryParse(strValue, out objCarrierId);



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.