var dynamicEdmIndexObject = new DynamicEdmComplexObject();
dynamicEdmIndexObject.Properties["Provider Name"] =
providerApiInfo.Properties["ProviderName"].ToString();
The actual provider name that I'm storing is P&ID
but the result is coming as P\u0026ID
.
How to prevent this?