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
/// Encodes a substring of domain name labels that include Unicode characters outside the ASCII character range (U+0000 to U+007F) to a displayable Unicode string.
83
-
/// </summary>
84
-
/// <param name="unicode">The Unicode domain name to convert.</param>
85
-
/// <param name="destination">The buffer to write the ASCII result to.</param>
86
-
/// <param name="charsWritten">When this method returns, contains the number of characters that were written to <paramref name="destination"/>.</param>
87
-
/// <returns><see langword="true"/> if the conversion was successful and the result was written to <paramref name="destination"/>; otherwise, <see langword="false"/> if <paramref name="destination"/> is too small to contain the result.</returns>
88
-
/// <exception cref="ArgumentException"><paramref name="unicode"/> is invalid based on the <see cref="AllowUnassigned"/> and <see cref="UseStd3AsciiRules"/> properties, and the IDNA standard.</exception>
/// Encodes a substring of domain name labels that include Unicode characters outside the ASCII character range (U+0000 to U+007F) to a displayable Unicode string.
105
+
/// </summary>
106
+
/// <param name="unicode">The Unicode domain name to convert.</param>
107
+
/// <param name="destination">The buffer to write the ASCII result to.</param>
108
+
/// <param name="charsWritten">When this method returns, contains the number of characters that were written to <paramref name="destination"/>.</param>
109
+
/// <returns><see langword="true"/> if the conversion was successful and the result was written to <paramref name="destination"/>; otherwise, <see langword="false"/> if <paramref name="destination"/> is too small to contain the result.</returns>
110
+
/// <exception cref="ArgumentException"><paramref name="unicode"/> is invalid based on the <see cref="AllowUnassigned"/> and <see cref="UseStd3AsciiRules"/> properties, and the IDNA standard.</exception>
0 commit comments