Click or drag to resize

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.6.0.0 (5.6.19.0117)
Syntax
public static string StripName(
	string nameToStrip,
	string stripPattern
)

Parameters

nameToStrip
Type: SystemString
Name to strip.
stripPattern
Type: SystemString
Strip pattern.

Return Value

Type: String
See Also