Table of Contents

Method IsError

Namespace
DocWright.Dom.Fields
Assembly
DocWright.Dom.dll

IsError(string?)

Returns whether a result string is one of the error texts above.

public static bool IsError(string? text)

Parameters

text string

The result text.

Returns

bool

true if the text is an error result.