When Visual Studio 2010 generates code (example: select option to implement an interface), it generates "string" instead of "String", even if I have defined the interface with "String" parameters.
Is there a way to get VS2010 to always generate "String". My preference is to use the .NET type names, not the C# aliases for the types.
string is an alias of String so technically there is no difference between the two.
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