CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: string method

  1. #1
    Join Date
    Feb 2006
    Posts
    32

    Unhappy string method

    what the eqvivalent of Cstring:: GetBuffer(0) method in c# string ?

  2. #2
    Join Date
    Dec 2005
    Posts
    282

    Re: string method

    For what you need it?

    If you want to call unmanaged DLLs than maybe the link

    http://www.csharphelp.com/archives/archive52.html

    helps.

    Regards
    Hansjörg

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