Harness proD API Help
EPLAN.Harness.API.Settings.Common Namespace / ApiUvBoolToStringProcessor Class / ApiUvBoolToStringProcessor Constructor
Text to which will be converted the False value.
Text to which will be converted the True value.
In This Topic
    ApiUvBoolToStringProcessor Constructor
    In This Topic
    Creates new processor.
    Syntax
    public ApiUvBoolToStringProcessor( 
       string falseText,
       string trueText
    )

    Parameters

    falseText
    Text to which will be converted the False value.
    trueText
    Text to which will be converted the True value.
    See Also