Click or drag to resize

StringExtEndsWithInvariant Method

[Missing <summary> documentation for "M:Stimulsoft.Base.StringExt.EndsWithInvariant(System.String,System.String)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static bool EndsWithInvariant(
	this string str,
	string check
)

Parameters

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:Stimulsoft.Base.StringExt.EndsWithInvariant(System.String,System.String)"]

check
Type: SystemString

[Missing <param name="check"/> documentation for "M:Stimulsoft.Base.StringExt.EndsWithInvariant(System.String,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Base.StringExt.EndsWithInvariant(System.String,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also