MonoMac.CoreFoundation.CFString.CFStringCreateWithCharacters C# (CSharp) Method

CFStringCreateWithCharacters() private method

private CFStringCreateWithCharacters ( IntPtr allocator, string str, int count ) : IntPtr
allocator System.IntPtr
str string
count int
return System.IntPtr
        static extern IntPtr CFStringCreateWithCharacters(IntPtr allocator, string str, int count);