public static class StringExtensions
[ExtensionAttribute]
public ref class StringExtensions abstract sealed
No code example is currently available or this language may not be supported.
ContainsAny(String, Char) | Verifies if the string contains any of the values. |
ContainsAny(String, String) | Verifies if the string contains any of the values. |
IsAnyOf | Verifies if the char is any of the values. |
Shrink(String, Int32) | Shrinks the given string by the number of characters on both sides |
Shrink(String, Int32, Int32) | Shrinks the given string by the number of characters specified for start and end |