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

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