User Tools

Site Tools

note:prog:csharp:250124:001:index

C#: remove "\\t\" from a string (2025-01-24)

Local Backup

  • 我需要將(“\t\”)替換為(“\”)
  • string a = fieldValue; 
    string x = @"\" + "\"" ;
    fieldValue = a.Replace("\\\\t\\",  x);

TAGS

  • 16 person(s) visited this page until now.

Permalink note/prog/csharp/250124/001/index.txt · Last modified: 2025/01/24 09:00 by jethro

oeffentlich