ComponentOne FlexReport for UWP
ValidateFileName Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > Utils Class : ValidateFileName Method
The string containg file name to check.
Check specified string and removed all characters which can not be in file name.
Syntax
'Declaration
 
Public Shared Function ValidateFileName( _
   ByVal s As System.String _
) As System.String
public static System.string ValidateFileName( 
   System.string s
)

Parameters

s
The string containg file name to check.

Return Value

Returns validated string.
See Also

Reference

Utils Class
Utils Members