LumiSoft Net Help
StartsWith Method (value)
NamespacesLumiSoft.NetStringReaderStartsWith(String)
Gets if source string starts with specified value. Compare is case-sensitive.
Declaration Syntax
C#Visual BasicVisual C++F#
public bool StartsWith(
	string value
)
Public Function StartsWith ( 
	value As String
) As Boolean
public:
bool StartsWith(
	String^ value
)
member StartsWith : 
        value : string -> bool 
Parameters
value (String)
Start string value.
Return Value
Boolean
Returns true if source string starts with specified value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119