ImageEditor::CreateExtensionsString Method (array<String^>^, String^)
.NET Framework (current version)
Creates a string of file name extensions using the specified array of file extensions and the specified separator.
Assembly: System.Drawing.Design (in System.Drawing.Design.dll)
protected: static String^ CreateExtensionsString( array<String^>^ extensions, String^ sep )
Parameters
- extensions
-
Type:
array<System::String^>^
The extensions to filter for.
- sep
-
Type:
System::String^
The separator to use.
Return Value
Type: System::String^A string containing the specified file name extensions, each separated by the specified separator.
The specified extensions indicate the file types for the open file dialog box to filter the file list for by default.
.NET Framework
Available since 1.1
Available since 1.1
Show: