5 references to ConvertToAnsi
mscorlib (5)
system\runtime\interopservices\marshal.cs (2)
1257s.ConvertToAnsi((byte *)hglobal, nb, false, false); 1926s.ConvertToAnsi((byte *)hglobal, nb, false, false);
system\stubhelpers.cs (3)
33cbLength = str.ConvertToAnsi(bufferPtr, buffer.Length, fBestFit, fThrowOnUnmappableChar); 44int cbLength = managedChar.ToString().ConvertToAnsi(bufferPtr, cbAllocLength, fBestFit, fThrowOnUnmappableChar); 90nb = strManaged.ConvertToAnsi(pbNativeBuffer, nb + 1, 0 != (flags & 0xFF), 0 != (flags >> 8));