Harness proD API Help
EPLAN.Harness.API.Settings.Common Namespace / ApiUvStringToStringProcessor Class / ApiUvStringToStringProcessor Constructor
Prefix which will be added to the input string.
Suffix which will be added to the input string.
In This Topic
    ApiUvStringToStringProcessor Constructor
    In This Topic
    Creates new processor.
    Syntax
    public ApiUvStringToStringProcessor( 
       string prefix,
       string suffix
    )

    Parameters

    prefix
    Prefix which will be added to the input string.
    suffix
    Suffix which will be added to the input string.
    See Also