Need help to replace string value.

kaif hasan 0 Reputation points
2023-04-17T23:57:29.4+00:00

I am trying to replace a string value : 8202D-Ti-36 with 8202D-Ti-36" using REPLACE function, but it adding backslash at end of string 8202D-Ti-36". SKU = SKU.Replace(""", """) How can I display only 8202D-Ti-36" ?

Developer technologies ASP.NET ASP.NET Core
Developer technologies .NET Other
Developer technologies Visual Studio Other
Developer technologies ASP.NET Other
Developer technologies C#
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.