public static bool IsSupportedImage(
string fileName
)
Public Shared Function IsSupportedImage (
fileName As String
) As Boolean
public:
static bool IsSupportedImage(
String^ fileName
)
static member IsSupportedImage :
fileName : string -> bool