I’ve found this symbol {0}, what’s this symbol mean?
I’ve found this symbol {0} , what’s this symbol mean?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s most often used as part of a string formatting function, and means that the first argument in a (zero-based) list should replace it. For example:
String formatting is a common element in data binding, so you will also often see it as part of binding expressions.