ReplacementsValue(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.