Class StringExtensions
Inheritance
System.Object
StringExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.RDL.Data
Assembly: BoldReports.Wpf.dll
Syntax
public static class StringExtensions
Methods
Contains(String, String, StringComparison)
Declaration
public static bool Contains(this string source, string toCheck, StringComparison comp)
Parameters
Type | Name | Description |
---|---|---|
System.String | source | |
System.String | toCheck | |
System.StringComparison | comp |
Returns
Type | Description |
---|---|
System.Boolean |