Is there any way to generate a ToString()
using Visual Studio 2010?
I really don't want to do this by hand!
[EDIT]
I'm looking for a simple string representation of my model. In previous IDEs * ToString generation has been enabled in the UI using simple templates and field selection.
Currently default implementations of Equals and Hashcode are offered in a similar pattern. I'd hoped there was something similar for ToString.
It seems not by default - thanks for the responses!
(* this is my first .net project)
ToString(Single, NumberFormatInfo) Converts a Single value to a String value, using the specified number format.
Resharper supports this by generating "formatting members"
https://www.jetbrains.com/resharper/webhelp/Code_Generation__Formatting_Members.html
Resharper -> Edit -> Generate Code -> Formatting Members
or
alt + insert -> Formatting Members
I confirmed this is available in Resharper 8.
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