Click or drag to resize
LinqSqlMethodsStartsWith Method
Returns true if the given string

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static bool StartsWith(
	string text,
	string prefix
)

Parameters

text
Type: SystemString
Text to check
prefix
Type: SystemString
Prefix to check

Return Value

Type: Boolean
See Also