This is preliminary documentation and is subject to change.

StringExtensions Class

The string extensions.

Definition

Namespace: MoreDateTime.Internal
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public static class StringExtensions
Inheritance
Object    StringExtensions

Methods

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

See Also