G
Guest
Driving me nuts.
Web page calls a function in a different class library that is to return a
string.
Inside this function, I create a string, give it a value, then try to do a
string.replace.
Fails. Though I can do stringname.length and get the property, if I try any
of the methods (Replace, Remove, ToUpper, ToLower, etc.), it tells me:
stringname.Replace does not exist.
Yet while debugging, I get autocomplete when I type stringname. but still,
no methods 'exist.'
Any ideas?
TIA
jdn
(e-mail address removed)
Web page calls a function in a different class library that is to return a
string.
Inside this function, I create a string, give it a value, then try to do a
string.replace.
Fails. Though I can do stringname.length and get the property, if I try any
of the methods (Replace, Remove, ToUpper, ToLower, etc.), it tells me:
stringname.Replace does not exist.
Yet while debugging, I get autocomplete when I type stringname. but still,
no methods 'exist.'
Any ideas?
TIA
jdn
(e-mail address removed)