Results 1 to 3 of 3

Thread: yet another stupid question. [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    yet another stupid question. [RESOLVED]

    this in vb:
    VB Code:
    1. DressText = Trim(Str.Replace("º", "'"))

    should be this in c#, right? this is in a function that returns a string:
    VB Code:
    1. return str.Trim(str.Replace("º", "'"));

    it's telling me that a character can't be converted to a string?
    Last edited by Andy; Aug 13th, 2004 at 11:48 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width