Click or drag to resize
PathUtilsIsValidFileName Method
Checks if it is a valid file name

Namespace: Flir.Atlas.Image.Import
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public static bool IsValidFileName(
	this string text
)

Parameters

text
Type: SystemString
name

Return Value

Type: Boolean
true if it is valid

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also