StaticStringMethod Class

Simulates static methods of the String class for .NET versions in which they are not available, and forwards the method calls in .NET versions in which the methods are available directly to the BCL methods.

Definition

Namespace: FolkerKinzel.Strings
Assembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
C#
public static class StaticStringMethod
Inheritance
Object    StaticStringMethod

Methods

Concat(ReadOnlySpanReadOnlyMemoryChar) Concatenates the items of a read-only span of read-only character memory regions to a String.
Concat(ReadOnlySpanChar, ReadOnlySpanChar)Concatenates the string representations of two specified read-only character spans.
Concat(ReadOnlySpanChar, ReadOnlySpanChar, ReadOnlySpanChar)Concatenates the string representations of three specified read-only character spans.
Concat(ReadOnlySpanChar, ReadOnlySpanChar, ReadOnlySpanChar, ReadOnlySpanChar)Concatenates the string representations of four specified read-only character spans.
CreateTStateCreates a new String with a specified length and, once created, initializes it using the specified callback.

See Also