<Code Lib>
2020 Method
Changes 0
M

ImageExportOptions.IsValidFileName

Description:
Verify if File name is valid

public static bool IsValidFileName(
	string filePath
)

  • filePath
    File path to be tested for valid file name
Return Value bool True if File name is valid; false otherwise

Loading…