[]
Provides extension methods for working with strings.
public static class StringExtensions
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. |