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 public static bool IsValidInternalName(
string internalName,
bool checkSpaces
)
Parameters
- internalName
- Type: SystemString
- checkSpaces
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also