온라인 Csharp Escape Unescape

Input data
bfotool loadding
Output data
bfotool loadding

Csharp Escape Unescape 도구는 Csharp 문자열을 브라우저에서 해석하지 않고 직접 출력하려는 ​​경우 Csharp 문자열을 이스케이프하고 Unescape하는 데 도움이 됩니다.

Csharp를 이스케이프/이스케이프 해제하는 방법?

  • Csharp 데이터를 이스케이프/이스케이프 해제하려면 Csharp 데이터를 추가/복사하여 입력에 붙여넣습니다.
  • 버튼을 클릭하여 URL에서 Csharp 데이터를 로드하거나 버튼을 클릭하여 컴퓨터에서 Csharp 데이터를 로드할 수도 있습니다.
  • 데이터를 처리하려면 'Escape' 또는 'Unescape' 버튼을 클릭하십시오.
  • 변환이 완료되면 버튼을 클릭하여 파일을 다운로드할 수 있습니다.

SQL에서 YAML로의 예

입력 데이터

static void Main(string[] args) 
{
   Console.Write("Hello World");

   Console.ReadKey();
}

탈출 후

static void Main(string[] args) \r\n{\r\n   Console.Write(\"Hello World\");\r\n\r\n   Console.ReadKey();\r\n}