Method IsError
IsError(string?)
Returns whether a result string is one of the error texts above.
public static bool IsError(string? text)
Parameters
textstringThe result text.
Returns whether a result string is one of the error texts above.
public static bool IsError(string? text)
text stringThe result text.