ReplacementsValue(String, String) Constructor

Definition

The values to replace and their replacements.

public ReplacementsValue(string sourceValue, string targetValue = null);
new Microsoft.DataPrep.Common.ReplacementsValue : string * string -> Microsoft.DataPrep.Common.ReplacementsValue
Public Sub New (sourceValue As String, Optional targetValue As String = null)

Parameters

sourceValue
String

The value to replace.

targetValue
String

The replacement value.

Applies to