Gets if source string starts with specified value.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public bool StartsWith( string value, bool case_sensitive )
Public Function StartsWith ( value As String, case_sensitive As Boolean ) As Boolean
public: bool StartsWith( String^ value, bool case_sensitive )
member StartsWith : value : string * case_sensitive : bool -> bool
Return Value
Boolean
Returns true if source string starts with specified value.
Returns true if source string starts with specified value.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119