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

    Question convert System::String ^ to const BYTE

    I'm performing a simple operation and my brain is not helping me out (overly fried).

    I have:

    String ^ myString = Console::ReadLine();

    I need to convert myString to a const BYTE *lpdata.

  2. #2
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: convert System::String ^ to const BYTE

    Try the Managed C++/CLI forum.

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