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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
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