When stringformat hits {And}

Source: Internet
Author: User

Stringformat is often used, and <% # databinder is used for data binding. eval (container. dataitem, "date", "Release Date: {0: yyyy-mm-dd hh: mm}" %>

The string. Format () method is convenient when the string is connected.

String scriptb = "<script language = \" javascript \ "> ";

String scripte = "</SCRIPT> ";

Page. registerclientscriptblock (clientid, String. Format (@ "{0}

......

{1}

{0}

.......

{1}

"), Scriptb, scripte );


However, Microsoft is not well-designed for this easy-to-use scenario.:

In your stringformat statementIt is useful."{"And"}"CharacterIt is troublesome. Originally, I wanted to use escape characters "\ {" and "\}"

However, this statement is incorrect: "\ {XXXXX {0} yyyyy \}". When we encounter "{", we cannot use stringformat. The solution is actually very simple:

String A = "{";

String B = "}";

Then you can write

String. Format ("function myfun () {0} xxx; YYY; ZZZ; {1}", a, B );

Problem solving;

Supplement: "{" and "}" can also solve this problem. It feels a bit like the meaning in sqlserver.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.