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.1.0.0 (5.1.0)
Syntax public 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:
StringSee Also