LumiSoft Net Help
StartsWith Method (value)
NamespacesLumiSoft.Net.MIMEMIME_ReaderStartsWith(String)
Gets if source stream valu starts with the specified value. Compare is case-insensitive.
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)
Value to check.
Return Value
Boolean
Returns true if source steam satrs with specified string.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when value is null.

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