This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Incubator.
Summary
Case-insensitive String.StartsWith
- Assembly
- Cake
.Incubator .dll - Namespace
- Cake
.Incubator .StringExtensions - Containing Type
- StringExtensions
Syntax
public static bool StartsWithIgnoreCase(this string source, string value)
Parameters
Name | Type | Description |
---|---|---|
source | string | the source string |
value | string | the string to compare |
Return Value
Type | Description |
---|---|
bool | true if string starts with the value to check |