Click or drag to resize
TextHelperTrimNumberSuffix Method
Trims the number suffix from an identifier

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string TrimNumberSuffix(
	string id
)

Parameters

id
Type: SystemString
Base web part id (required)

Return Value

Type: String
See Also