[]
        
(Showing Draft Content)

C1.WPF.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)
Parameters
Type Name Description
string s

The string containg file name to check.

Returns
Type Description
string

Returns validated string.