Click or drag to resize

ModelingUtils.IsValidInternalName Method (String, Boolean)

Determines whether the specified internal name is valid. If checkSpaces is False, spaces are considered as valid characters.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static bool IsValidInternalName(
	string internalName,
	bool checkSpaces
)

Parameters

internalName
Type: System.String
checkSpaces
Type: System.Boolean

Return Value

Type: Boolean
See Also