Class StripSubstring#

Namespace: Aeon.Acquisition
Assembly: Aeon.Acquisition.dll

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class StripSubstring

Inheritance#

objectStripSubstring

Inherited Members#

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Properties#

Separator#

public string Separator { get; set; }

Property Value#

string

Methods#

Process(IObservable<string>)#

public IObservable<string> Process(IObservable<string> source)

Parameters#

source IObservable<string>

Returns#

IObservable<string>