Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. String conversions

String conversions

Scheduled Pinned Locked Moved Managed C++/CLI
c++helpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Murlai
    wrote on last edited by
    #1

    I want convert managed C++ System.String type to C style, char, tchar, _bstr types. How can i conver to un managed c++ types. Please help.. Murali.

    G A 2 Replies Last reply
    0
    • M Murlai

      I want convert managed C++ System.String type to C style, char, tchar, _bstr types. How can i conver to un managed c++ types. Please help.. Murali.

      G Offline
      G Offline
      George L Jackson
      wrote on last edited by
      #2

      If you don't mind using CString, it can take a System::String in its ctor.

      1 Reply Last reply
      0
      • M Murlai

        I want convert managed C++ System.String type to C style, char, tchar, _bstr types. How can i conver to un managed c++ types. Please help.. Murali.

        A Offline
        A Offline
        AnsGe
        wrote on last edited by
        #3

        Hai u can convert it using the InteropServices const char* str=(const char*)(System::Runtime::InteropServices::Marshal::StringToHGlobalAnsi("ManagedString")).ToPointer(); By Anish

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups