Group: Forum Members
Posts: 436,
Visits: 944
|
Say I have a boolean variable named RecurseSubFolders... how can I override the ToString method of this boolean variable?
If the boolean is True, I want the ToString to return -r
If the boolean is False, I want the ToString to return ""
Any ideas?
|