| CoreUtilsStripName Method  | 
 
            Strips the name from the prefix/suffix patterns stored in stripPattern
            
 
    Namespace: 
   SD.LLBLGen.Pro.Core
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic static string StripName(
	string nameToStrip,
	string stripPattern
)
Public Shared Function StripName ( 
	nameToStrip As String,
	stripPattern As String
) As String
Parameters
- nameToStrip
 - Type: SystemString
Name to strip. - stripPattern
 - Type: SystemString
Strip pattern. 
Return Value
Type: 
String
See Also