Table of Contents

Method IsFilenameValid

Namespace
Innova.Data.Validation
Assembly
Innova.Data.dll

IsFilenameValid(string)

Checks if the specified filename is valid.

public static bool IsFilenameValid(string property)

Parameters

property string

The filename.

Returns

bool

true if the filename is valid; otherwise, false.