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