G
Guest
I have a property where I want to associate tostring with
it. So that this would be valid:
-----
Dim x as string
x = myobject.myproperty.tostring
-----
I know I have to overide tostring() but where do I do
that to get my desired result?
Thanks!
it. So that this would be valid:
-----
Dim x as string
x = myobject.myproperty.tostring
-----
I know I have to overide tostring() but where do I do
that to get my desired result?
Thanks!