How to convert a GUID to a string in C#? - Stack Overflow
2021-6-10u2002·u2002According to MSDN the method Guid.ToString(string format) returns a string representation of the value of this Guid instance, according to the provided format specifier. Examples: guidVal.ToString() or guidVal.ToString('D') returns 32 hex digits separated by hyphens: 00000000-0000-0000-0000-000000000000
Get Price