description of the class KeyGuid
KeyGuid
different from System.Guid
method Parse
the presence and absence of some designers.
The class is in the Assembly ICSSoft.STORMNET.DataObject
.
KeyGuid Convert to a string
In order to obtain the value KeyGuid
in the string without the brackets:
string stringKeyGuid = keyGuid.Guid.ToString("D");
//5ed31914-6827-485d-b34d-df1f65a08f47
In order to obtain the value KeyGuid
in the string with braces:
string stringKeyGuid3 = keyGuid.Guid.ToString("B");
//{5ed31914-6827-485d-b34d-df1f65a08f47}