Class ChangeExtension
Represents an operator that changes the extension of each path string in the sequence.
public class ChangeExtension : Transform<string, string>
- Inheritance
-
ChangeExtension
- Inherited Members
Properties
- Extension
Gets or sets the new extension, with or without a leading period. Specify null to remove any extension from the path.
Methods
- Process(IObservable<string>)
Changes the extension of each path string in an observable sequence.