Harness proD API Help
EPLAN.Harness.API.Settings.Common Namespace / ApiUvStringToBoolProcessor Class / ApiUvStringToBoolProcessor Constructor
List of texts which will converted to the result boolean.
Result boolean value.
In This Topic
    ApiUvStringToBoolProcessor Constructor
    In This Topic
    Creates new processor.
    Syntax
    public ApiUvStringToBoolProcessor( 
       string[] texts,
       bool result
    )

    Parameters

    texts
    List of texts which will converted to the result boolean.
    result
    Result boolean value.
    See Also