[]
        
(Showing Draft Content)

C1.Document.Utils.ValidateFileName

ValidateFileName Method

ValidateFileName(string)

Check specified string and removed all characters which can not be in file name.

Declaration
public static string ValidateFileName(string s)
Public Shared Function ValidateFileName(s As String) As String
Parameters
Type Name Description
string s

The string containg file name to check.

Returns
Type Description
string

Returns validated string.