TextDefaultTextComparerStartsWith Method

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool StartsWith(
	string theString,
	string theSubstring
)

Parameters

theString  String
 
theSubstring  String
 

Return Value

Boolean

Implements

TextITextComparerStartsWith(String, String)

See Also