Class CoreFoundation.CFBoolean
Inheritance
System.Object
CoreFoundation.CFBoolean
Assembly: Xamarin.NativeHelpers.dll
Syntax
public static class CFBoolean
Fields
|
Improve this Doc
View Source
False
Declaration
public static readonly IntPtr False
Field Value
Type |
Description |
System.IntPtr |
|
|
Improve this Doc
View Source
True
Declaration
public static readonly IntPtr True
Field Value
Type |
Description |
System.IntPtr |
|
Methods
|
Improve this Doc
View Source
ToBoolean(IntPtr)
Declaration
public static bool ToBoolean(IntPtr cfBooleanRef)
Parameters
Type |
Name |
Description |
System.IntPtr |
cfBooleanRef |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ToCFBoolean(Boolean)
Declaration
public static IntPtr ToCFBoolean(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Type |
Description |
System.IntPtr |
|