Table of Contents

Class StringDelegates

Namespace
SunamoString.Delegates
Assembly
SunamoString.dll

Provides string helper methods for various text operations.

public class StringDelegates
Inheritance
StringDelegates
Inherited Members
Extension Methods

Methods

Contains(string, string)

Checks if the text contains the specified value.

public static bool Contains(string text, string value)

Parameters

text string

The text to search in.

value string

The value to search for.

Returns

bool