CFArray.FromStrings(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a CFArray from an array of strings.
public static CoreFoundation.CFArray FromStrings(params string[] items);
public static CoreFoundation.CFArray FromStrings(params string?[] items);
static member FromStrings : string[] -> CoreFoundation.CFArray
Parameters
- items
- String[]
The array of strings.
Returns
A new CFArray containing the strings.
Remarks
If any string in items is null, a NSNull entry will be created for that element.