LinqSqlMethodsStartsWith Method |
Returns true if the given string
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax public static bool StartsWith(
string text,
string prefix
)
Parameters
- text
- Type: SystemString
Text to check - prefix
- Type: SystemString
Prefix to check
Return Value
Type:
BooleanSee Also