Click or drag to resize

FindExpressionToolsEndsWith Method

Checks to see if a given NetForumFieldAttribute bound property ends with a given substring; case insensitive.

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public static bool EndsWith(
	string property,
	string value
)

Parameters

property  String
 
value  String
 

Return Value

Boolean
See Also