StringExtensions.

IsSwitch(string, string) Method

Namespace
GitVersion.Extensions
Containing Type
StringExtensions

Syntax

public static bool IsSwitch(this string value, string switchName)

Parameters

Name Type Description
value string
switchName string

Return Value

Type Description
bool
GitHub