Click or drag to resize

SimpleParseHashSwitchOn Method

Gets a flag indicating if a switch argument in the format /+name is specified.

Namespace: Orthogonal.Common.Basic
Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 3.2.4
Syntax
C#
public bool? HashSwitchOn(
	string name
)

Parameters

name  String
 

Return Value

NullableBoolean
See Also