IconEditor::CreateExtensionsString Method (array<String^>^, String^)

 

Creates a string representing the valid file extensions for icons.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing.Design (in System.Drawing.Design.dll)

protected:
static String^ CreateExtensionsString(
	array<String^>^ extensions,
	String^ sep
)

Parameters

extensions
Type: array<System::String^>^

An array of strings holding valid file extensions.

sep
Type: System::String^

A string that specifies the separator character.

Return Value

Type: System::String^

A string containing the icon file extensions, or null if extensions is null or empty.

The string returned by the CreateExtensionsString method is used in the OpenFileDialog for choosing icon files.

.NET Framework
Available since 1.1
Return to top
Show: