Click or drag to resize

RegressionTagFromString Method

Returns the non-null RegressionTag with the specified String (returned by its ToString method).

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public static RegressionTag FromString(
	string s
)

Parameters

s  String
One of the String values returned by ToString"Shortlist", "NotableOther", "Requested", or "InShortlistRange".

Return Value

RegressionTag
Exceptions
ExceptionCondition
ArgumentNullExceptions is null.
ArgumentExceptions is not one of "Shortlist", "NotableOther", "Requested", or "InShortlistRange".
See Also