'Declaration
Public Shared Function StartsWith( _ ByVal source As String, _ ByVal lookFor As String, _ ByVal comparison As StringComparison _ ) As Boolean
public static bool StartsWith( string source, string lookFor, StringComparison comparison )
public: static bool StartsWith( String^ source, String^ lookFor, StringComparison comparison )
Parameters
- source
- The string to search
- lookFor
- The string to look for
- comparison
- The comparison to use