.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
347 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
In C#, how to remove SUB on the line below?
If it is a string variable (mytext), then try this code:
string mytext = . . .
string result = mytext.Replace( "\u001A", "" );