CreateDCInfo.HasErrorString Property
Gets a Boolean value that indicates whether the converter created an error string, i.e., whether the property value of ErrorString is valid.
Namespace: Microsoft.HtmlTrans
Assembly: Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)
Syntax
'Declaration
Public ReadOnly Property HasErrorString As Boolean
Get
'Usage
Dim instance As CreateDCInfo
Dim value As Boolean
value = instance.HasErrorString
public bool HasErrorString { get; }
Property Value
Type: System.Boolean
true if the converter created an error string; otherwise, false.