Declaring a looooong single line string in C#

后端 未结 11 987
礼貌的吻别
礼貌的吻别 2021-02-05 00:58

Is there a decent way to declare a long single line string in C#, such that it isn\'t impossible to declare and/or view the string in an editor?

The options I\'m aware o

11条回答
  •  清酒与你
    2021-02-05 01:50

    If using Visual Studio

    Tools > Options > Text Editor > All Languages > Word Wrap
    

    I'm sure any other text editor (including notepad) will be able to do this!

提交回复
热议问题