RegressionTagFromString Method |
Returns the non-null
RegressionTag with the specified
String (returned by its
ToString method).
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static RegressionTag FromString(
string s
)
Public Shared Function FromString (
s As String
) As RegressionTag
Parameters
- s String
- One of the String values returned by
ToString – "Shortlist",
"NotableOther", "Requested", or
"InShortlistRange".
Return Value
RegressionTagExceptions See Also