Click or drag to resize

GlobalsIsValidFileName Method

Namespace:  SharpCharts.Base.Common
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public static bool IsValidFileName(
	string expression,
	bool hasWhiteSpace = false,
	bool platformIndependent = false
)

Parameters

expression
Type: SystemString
hasWhiteSpace (Optional)
Type: SystemBoolean
platformIndependent (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also