the different between "" and String.Empty #68463
Answered
by
teo-tsirpanis
xiaodongcool
asked this question in
Q&A
-
Are there any performance and memory allocation differences between the two ? |
Beta Was this translation helpful? Give feedback.
Answered by
teo-tsirpanis
Apr 24, 2022
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
As you can see, both generate identical assembly (on .NET 6 at least). |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
danmoseley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As you can see, both generate identical assembly (on .NET 6 at least).