something like a python's triple-quote in F# (or C#)?

Posted by tk on Stack Overflow See other posts from Stack Overflow or by tk
Published on 2010-05-15T21:21:30Z Indexed on 2010/05/15 21:44 UTC
Read the original article Hit count: 172

Filed under:
|
|
|

I want to assign a xml code into a string variable. I can do this without escaping single or double-quotes by using triple-quote in python. Is there a similar way to do this in F# or C#?

© Stack Overflow or respective owner

Related posts about string-manipulation

Related posts about F#