Gets if source stream valu starts with the specified value. Compare is case-insensitive.
Declaration Syntax
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
Parameters
- value (String)
- Value to check.
Return Value
Boolean
Returns true if source steam satrs with specified string.
Returns true if source steam satrs with specified string.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when value is null. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119