Click or drag to resize

ModelingUtilsIsValidInternalName 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: SystemString
checkSpaces
Type: SystemBoolean

Return Value

Type: Boolean
See Also