this in vb:
VB Code:
DressText = Trim(Str.Replace("º", "'"))
should be this in c#, right? this is in a function that returns a string:
VB Code:
return str.Trim(str.Replace("º", "'"));
it's telling me that a character can't be converted to a string?
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |