CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Jan 2010
    Posts
    45

    How to convert system string to string

    Hi,

    How do I go about converting a System string to a standard string. I had to use the System string to grab the contents of a textbox in a windows form application.

    Thanks,

    Code:
    String ^ strTextBoxContent;
    Last edited by vc_user; February 10th, 2011 at 04:08 PM.

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

Featured