You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="outputColumnName">Name of the column resulting from the transformation of <paramref name="inputColumnName"/>.</param>
58
58
/// <param name="inputColumnName">Name of the column to transform. If set to <see langword="null"/>, the value of the <paramref name="outputColumnName"/> will be used as source.</param>
59
-
/// <param name="useMarkerCharacters">Whether to use marker characters to separate words.</param>
@@ -565,7 +567,8 @@ internal static class Defaults
565
567
/// <param name="env">The environment.</param>
566
568
/// <param name="outputColumnName">Name of the column resulting from the transformation of <paramref name="inputColumnName"/>.</param>
567
569
/// <param name="inputColumnName">Name of the column to transform. If set to <see langword="null"/>, the value of the <paramref name="outputColumnName"/> will be used as source.</param>
568
-
/// <param name="useMarkerCharacters">Whether to use marker characters to separate words.</param>
570
+
/// <param name="useMarkerCharacters">Whether to prepend a marker character, <see langword="0x02"/>, to the beginning,
571
+
/// and append another marker character, <see langword="0x03"/>, to the end of the output vector of characters.</param>
0 commit comments