Return true if the name is valid (the name, not the file)
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function ValidateFileName ( _ name As String _ ) As Boolean |
| C# |
|---|
public static bool ValidateFileName( string name ) |
Parameters
- name
- Type: System..::..String