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
stringThe filename.
Returns
- bool
true
if the filename is valid; otherwise,false
.