ImageEditor.CreateExtensionsString(String[], String) Method

Definition

Creates a string of file name extensions using the specified array of file extensions and the specified separator.

protected:
 static System::String ^ CreateExtensionsString(cli::array <System::String ^> ^ extensions, System::String ^ sep);
protected static string CreateExtensionsString (string[] extensions, string sep);
protected static string? CreateExtensionsString (string?[]? extensions, string sep);
static member CreateExtensionsString : string[] * string -> string
Protected Shared Function CreateExtensionsString (extensions As String(), sep As String) As String

Parameters

extensions
String[]

The extensions to filter for.

sep
String

The separator to use.

Returns

A string containing the specified file name extensions, each separated by the specified separator.

Remarks

The specified extensions indicate the file types for the open file dialog box to filter the file list for by default.

Applies to