Hallo,
noch eine Codezeile, die ich nicht auf csc 4.0 übersetzen kann:
string apdu = $"00B0{(i << 8):X4}80";
Kann mir die Zeile jemand umbauen?
LG
C# Syntax erklärungsbedürftig
Moderator: wriedmann
Re: C# Syntax erklärungsbedürftig
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
Re: C# Syntax erklärungsbedürftig
Hi Chris,
thank you for code, this one works!
Regards, Franz
thank you for code, this one works!
Regards, Franz
- ArneOrtlinghaus
- Posts: 495
- Joined: Tue Nov 10, 2015 7:48 am
- Location: Italy
Re: C# Syntax erklärungsbedürftig
Great, we could use such a command as a Christmas Puzzle
(I have also enough code parts where I always sit before and ask me what it is doing).
Arne
Arne
Re: C# Syntax erklärungsbedürftig
Hi Arne,
That's why I dislike such language features like interpolated strings, they are powerful, but can make the code very difficult for others to read when they are abused. And even more difficult to debug. At least when the one reading it is a human
That's why I dislike such language features like interpolated strings, they are powerful, but can make the code very difficult for others to read when they are abused. And even more difficult to debug. At least when the one reading it is a human
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
Re: C# Syntax erklärungsbedürftig
Danke für die C# Hilfen!
Ich habe die C# Routinen fertig und auch bereits nach X# umgesetzt und in meine Kassenprogramme implementiert.
Ich bin nun noch beim gründlich Durchtesten, da es sich um Routinen fürs Finanzamt handelt, muss alles 100% stimmen!
LG Franz
Ich habe die C# Routinen fertig und auch bereits nach X# umgesetzt und in meine Kassenprogramme implementiert.
Ich bin nun noch beim gründlich Durchtesten, da es sich um Routinen fürs Finanzamt handelt, muss alles 100% stimmen!
LG Franz

