Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Anonymous
en respuesta a: pendean

Hi Dean Saadallah,

 

Thanks for the prompt reply :cara_con_una_leve_sonrisa:

As I mentioned, I wanted to find out if the file type is supported or not in C#.

For example, if user tries to insert/import a bmp file, I want to check if that type of file can be imported or not.

Currently we are maintaining the supported file formats as a hard coded string in the code. We want to get rid of that.

 

string SupportedImageExtPatterns = "^(.BMP|.GIF|.PNG|.JPE?G)$";

 

Any suggestion towards this is a great help.

Will be waiting for your reply.

 

Regards,

Hemaraju