C#11 - Raw String Literals

preview_player
Показать описание
Hey Programmers,
In this video, I am showing how you can use "Raw String Literals". This feature has been added in C#11. This feature makes it easier for you to read your code.

#CSharp #RawStringLiterals #NET7

Join this channel to get access to perks:

#CuriousDrive #WeLoveCoding
Рекомендации по теме
Комментарии
Автор

firstly thank you for your works.
I need to your help hand.
I have mettler toledo scaler. I am reading weight datas from serial port as;
"S S 155.02xxxx" xxxx= I can select TAB or LR,
if select sender type TAB; "S S 155.02TAB" else "S S 155.02enter" its mean is = 155.02gr...
Now, I want to append to textBox only "155.02" and if incoming data is = "000.00" not allow to add to textBox.
The scaler sending data done after stabil.
Thank you. Urgent please.

PIDOtomasyon
Автор

Can't you get the same results with the '@' + '$' sign?
Pretty sure i have done this multiple times already

steffi