Click or drag to resize

ModelingUtilsGetValidInternalName Method

Gets a valid internal name from the given name. Removes all characters not being letters, digits or underscore.

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 string GetValidInternalName(
	string internalName
)

Parameters

internalName
Type: SystemString

Return Value

Type: String
See Also