H HakuAnime New Member Dec 12, 2012 #1 Is it possible to use ToString() in summary xml tag?\[code\] /// <summary> /// I want to use the value from ToString() here. /// </summary> public class TheObject { public override string ToString() { return "Hellow World!"; } }\[/code\]
Is it possible to use ToString() in summary xml tag?\[code\] /// <summary> /// I want to use the value from ToString() here. /// </summary> public class TheObject { public override string ToString() { return "Hellow World!"; } }\[/code\]