Exemple #1
0
 public static unsafe String PtrToStringAnsi(IntPtr ptr, int len)
 {
     return(PInvokeMarshal.PtrToStringAnsi(ptr, len));
 }