Web API Core | ComponentOne
C1.AspNetCore.Api.Excel.ExcelIO Namespace / ExcelUtils Class / IsValidFileType Method

In This Topic
    IsValidFileType Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IsValidFileType( _
       ByVal fileType As String _
    ) As Boolean
    public static bool IsValidFileType( 
       string fileType
    )

    Parameters

    fileType
    See Also