StringBuilderExtensionPolyfillExtension Class
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
public static class StringBuilderExtensionPolyfillExtension
<ExtensionAttribute>
Public NotInheritable Class StringBuilderExtensionPolyfillExtension
[ExtensionAttribute]
public ref class StringBuilderExtensionPolyfillExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type StringBuilderExtensionPolyfillExtension = class end
- Inheritance
- Object StringBuilderExtensionPolyfillExtension
The polyfills are available for .NET Framework 4.5 and .NET Standard 2.0.
| AppendUrlEncoded | Appends the content of a String as URL-encoded character
sequence to the end of a StringBuilder. |
| ReplaceWhiteSpaceWith(StringBuilder, String, Boolean) | Replaces in builder all sequences of white space with
replacement. |
| ReplaceWhiteSpaceWith(StringBuilder, String, Int32, Boolean) | Replaces in a section of builder, which starts at startIndex and extends to the end of builder, all sequences
of white space with replacement. |
| ReplaceWhiteSpaceWith(StringBuilder, String, Int32, Int32, Boolean) | Replaces in a section of builder, which starts at startIndex and which is count characters long, all
sequences of white space with replacement. |
| Trim | Removes all leading and trailing occurrences of a set of characters specified
in a String from builder. |
| TrimEnd | Removes all trailing occurrences of a set of characters specified in a
String from builder. |
| TrimStart | Removes all leading occurrences of a set of characters specified in a
String from builder. |