[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Tools.StringExtensions

StringExtensions Class

Provides extension methods for working with strings.

Inheritance
StringExtensions
Namespace: GrapeCity.ActiveReports.Core.Rendering.Tools
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public static class StringExtensions

Methods

Name Description
CssEncode(string)

Encodes a CSS string by replacing apostrophes, quotes, and other characters with \xxx where xxx is the UTF code.

GetUnicodeChar(string, ref int)

Gets the Unicode character from the string, taking into account high surrogates (characters represented by a 32-bit value).

IsIvs(string, int)

Detects if the IVS characters are encoded at the specified position.

SwitchToNativeDigits(string, int)

Switches the digits in the content to the native digits of the specified language.