Is there any performance differences between string.Format and String.Format ? As far as i understand string is a shortcut for System.String and there's no difference between them. Am i right?
Thanks!
Those are exactly the same. "string" is just an alias for "System.String" in C#
string and String both resolve to System.String. So no there is no difference at all.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With