Click or drag to resize
CSSHelperTrimCharset Method
Trims the charset from the CSS style

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

Parameters

data
Type: SystemString
CSS text where to trim the charset

Return Value

Type: String
See Also