Flir Atlas SDK Documentation
Flir Atlas SDK Documentation
FLIR Atlas SDK Programming Guide
Flir.Atlas.Image Namespaces
Flir.Atlas.Image.Import
PathUtils Class
PathUtils Methods
CanWriteInFolder Method
IsValidFileName Method
ToValidFileName Method
PathUtils
ToValidFileName 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#
Copy
public
static
string
ToValidFileName
(
this
string
text
)
Parameters
text
Type:
System
String
file name
Return Value
Type:
String
a valid name
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
Reference
PathUtils Class
Flir.Atlas.Image.Import Namespace