Gets if source string starts with specified value. Compare is case-sensitive.

C# | Visual Basic | Visual 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

- value (String)
- Start string 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