Check if filename is valid (does not contain invalid characters)
Namespace: LLCryptoLib.UtilsAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public static bool IsFileNameValid(
string inputFileName
) |
Visual Basic |
---|
Public Shared Function IsFileNameValid ( _
inputFileName As String _
) As Boolean |
Visual C++ |
---|
public:
static bool IsFileNameValid(
String^ inputFileName
) |
Parameters
- inputFileName
- Type: System..::..String
Name of the input file.
Return Value
true if [is filename valid] [the specified input file name]; otherwise,
false.
See Also