IconEditor::CreateExtensionsString Method (array<String^>^, String^)
.NET Framework (current version)
Creates a string representing the valid file extensions for icons.
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
Available since 1.1
Show: