FindExpressionToolsStartsWith Method
Checks to see if a given
NetForumFieldAttribute bound property starts with a given substring; case insensitive.
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public static bool StartsWith(
string property,
string value
)
Public Shared Function StartsWith (
property As String,
value As String
) As Boolean
public:
static bool StartsWith(
String^ property,
String^ value
)
static member StartsWith :
property : string *
value : string -> bool
- property String
-
- value String
-
Boolean