c# write variable in string
int age = 22;
Console.WriteLine($"Age: {age}");
c# write variable in string
int age = 22;
Console.WriteLine($"Age: {age}");
c# string verbatim
//start @ character
string str = @"dont have to escape sign, use double "" for single ";
//dont have to escape sign, use double " for single
verbatom literal
A verbatim string literal consists of an @ character followed by a double-quote character, zero or more characters, and a closing double-quote character. ... In a verbatim string literal, the characters between the delimiters are interpreted verbatim, the only exception being a quote-escape-sequence
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us