ValidateFileName Method (Utils)
In This Topic
Check specified string and removed all characters which can not be in file name.
Syntax
'Declaration
Public Shared Function ValidateFileName( _
ByVal As String _
) As String
public static string ValidateFileName(
string
)
Parameters
- s
- The string containg file name to check.
Return Value
Returns validated string.
See Also