This topic has not yet been rated - Rate this topic

Marshal.PtrToStringAnsi Method

Allocates a managed String and copies all or part of an unmanaged ANSI string into it.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member PtrToStringAnsi(IntPtr) Copies all characters up to the first null character from an unmanaged ANSI string to a managed String, and widens each ANSI character to Unicode.
Public method Static member PtrToStringAnsi(IntPtr, Int32) Allocates a managed String, copies a specified number of characters from an unmanaged ANSI string into it, and widens each ANSI character to Unicode.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.