diff --git a/xml/System/Console.xml b/xml/System/Console.xml index e7e0ace8b4a..cb256d0cb4d 100644 --- a/xml/System/Console.xml +++ b/xml/System/Console.xml @@ -4413,7 +4413,7 @@ This method can be used to reacquire the standard output stream after it has bee ## Remarks The text representation of `value` is produced by calling , which outputs either or . - + The output is encoded according to . ## Examples The following example illustrates the use of the `Write` method. @@ -4475,6 +4475,8 @@ This method can be used to reacquire the standard output stream after it has bee . + ## Examples The following example illustrates the use of the `Write` method. @@ -4593,7 +4595,9 @@ This method can be used to reacquire the standard output stream after it has bee ## Remarks The text representation of `value` is produced by calling . + The output is encoded according to . + This method is intended for writing text, so be sure that the input array is well-formed. For example, surrogate pairs in the input may be interpreted as runes and re-encoded before output, and a terminating unpaired surrogate may be truncated. ## Examples The following example illustrates the use of the `Write` method. @@ -4658,7 +4662,7 @@ This method can be used to reacquire the standard output stream after it has bee ## Remarks The text representation of `value` is produced by calling the method. - + The output is encoded according to . ## Examples The following example illustrates the use of the `Write` method. @@ -4723,6 +4727,7 @@ This method can be used to reacquire the standard output stream after it has bee ## Remarks The text representation of `value` is produced by calling the method. + The output is encoded according to . ## Examples @@ -4788,6 +4793,7 @@ This method can be used to reacquire the standard output stream after it has bee ## Remarks The text representation of `value` is produced by calling the method. + The output is encoded according to . ## Examples @@ -4860,6 +4866,7 @@ This method can be used to reacquire the standard output stream after it has bee ## Remarks If `value` is `null`, nothing is written and no exception is thrown. Otherwise, the `ToString` method of `value` is called to produce its string representation, and the resulting string is written to the standard output stream. + The output is encoded according to . ## Examples @@ -4925,6 +4932,7 @@ This method can be used to reacquire the standard output stream after it has bee ## Remarks The text representation of `value` is produced by calling the method. + The output is encoded according to . ## Examples @@ -4995,8 +5003,9 @@ This method can be used to reacquire the standard output stream after it has bee . + If value is `null`, nothing is written to the standard output stream. ## Examples @@ -5068,6 +5077,7 @@ This method can be used to reacquire the standard output stream after it has bee ## Remarks The text representation of `value` is produced by calling the method. + The output is encoded according to . ## Examples @@ -5139,6 +5149,7 @@ This method can be used to reacquire the standard output stream after it has bee ## Remarks The text representation of `value` is produced by calling the method. + The output is encoded according to . ## Examples @@ -5237,6 +5248,7 @@ This method can be used to reacquire the standard output stream after it has bee - For more information about formatting, see [Formatting Types](/dotnet/standard/base-types/formatting-types). + The output is encoded according to . ## Examples @@ -5351,8 +5363,9 @@ This method can be used to reacquire the standard output stream after it has bee - For more information about formatting, see [Formatting Types](/dotnet/standard/base-types/formatting-types). - The `arg` parameter is a parameter array. Arguments can be passed to the method either as an array or as list of five or more items. The examples illustrate both forms of method call. + The `arg` parameter is a parameter array. Arguments can be passed to the method either as an array or as list of five or more items. The examples illustrate both forms of method call. + The output is encoded according to . ## Examples @@ -5437,6 +5450,10 @@ This method can be used to reacquire the standard output stream after it has bee ## Remarks This method writes `count` characters starting at position `index` of `buffer` to the standard output stream. + The output is encoded according to . + + This method is intended for writing text, so be sure that the input array is well-formed. For example, surrogate pairs in the input may be interpreted as runes and re-encoded before output, and a terminating unpaired surrogate may be truncated. + ]]> @@ -5536,7 +5553,7 @@ This method can be used to reacquire the standard output stream after it has bee - For more information about formatting, see [Formatting Types](/dotnet/standard/base-types/formatting-types). - + The output is encoded according to . ## Examples The following example uses the `WriteLine` method to demonstrate the standard formatting specifiers for numbers, dates, and enumerations. @@ -5653,7 +5670,7 @@ This method can be used to reacquire the standard output stream after it has bee - For more information about formatting, see [Formatting Types](/dotnet/standard/base-types/formatting-types). - + The output is encoded according to . ## Examples The following example uses the `WriteLine` method to demonstrate the standard formatting specifiers for numbers, dates, and enumerations. @@ -5757,6 +5774,7 @@ This method can be used to reacquire the standard output stream after it has bee - For more information about formatting, see [Formatting Types](/dotnet/standard/base-types/formatting-types). + The output is encoded according to . ## Examples @@ -5793,6 +5811,8 @@ This method can be used to reacquire the standard output stream after it has bee ## Remarks The default line terminator is a string whose value is a carriage return followed by a line feed ("\r\n" in C#, or `vbCrLf` in Visual Basic). You can change the line terminator by setting the property of the property to another string. + Strings are encoded according to . + ]]> @@ -5910,7 +5930,7 @@ This method can be used to reacquire the standard output stream after it has bee For more information about the line terminator, see the Remarks section of the method that takes no parameters. - + The output is encoded according to . ## Examples The following example generates ten random integers and uses the method to indicate whether they are even. @@ -5975,6 +5995,7 @@ This method can be used to reacquire the standard output stream after it has bee ## Remarks For more information about the line terminator, see the Remarks section of the method that takes no parameters. + The output is encoded according to . ## Examples @@ -6046,6 +6067,10 @@ This method can be used to reacquire the standard output stream after it has bee ## Remarks For more information about the line terminator, see the Remarks section of the method that takes no parameters. + The output is encoded according to . + + This method is intended for writing text, so be sure that the input array is well-formed. For example, surrogate pairs in the input may be interpreted as runes and re-encoded before output, and a terminating unpaired surrogate may be truncated. + ]]> An I/O error occurred. @@ -6103,6 +6128,7 @@ This method can be used to reacquire the standard output stream after it has bee For more information about the line terminator, see the Remarks section of the method that takes no parameters. + The output is encoded according to . ## Examples @@ -6169,6 +6195,7 @@ This method can be used to reacquire the standard output stream after it has bee For more information about the line terminator, see the Remarks section of the method that takes no parameters. + The output is encoded according to . ## Examples @@ -6235,6 +6262,7 @@ This method can be used to reacquire the standard output stream after it has bee For more information about the line terminator, see the Remarks section of the method that takes no parameters. + The output is encoded according to . ## Examples @@ -6301,6 +6329,7 @@ This method can be used to reacquire the standard output stream after it has bee For more information about the line terminator, see the Remarks section of the method that takes no parameters. + The output is encoded according to . ## Examples @@ -6374,6 +6403,7 @@ This method can be used to reacquire the standard output stream after it has bee For more information about the line terminator, see the Remarks section of the method that takes no parameters. + The output is encoded according to . ## Examples @@ -6441,6 +6471,7 @@ This method can be used to reacquire the standard output stream after it has bee For more information about the line terminator, see the Remarks section of the method that takes no parameters. + The output is encoded according to . ## Examples @@ -6514,6 +6545,7 @@ This method can be used to reacquire the standard output stream after it has bee For more information about the line terminator, see the Remarks section of the method. + The output is encoded according to . ## Examples @@ -6587,6 +6619,7 @@ This method can be used to reacquire the standard output stream after it has bee For more information about the line terminator, see the Remarks section of the method that takes no parameters. + The output is encoded according to . ## Examples @@ -6659,6 +6692,7 @@ This method can be used to reacquire the standard output stream after it has bee For more information about the line terminator, see the Remarks section of the method that takes no parameters. + The output is encoded according to . ## Examples @@ -6758,6 +6792,7 @@ This method can be used to reacquire the standard output stream after it has bee For more information about the line terminator, see the Remarks section of the method that takes no parameters. + The output is encoded according to . ## Examples @@ -6872,6 +6907,7 @@ This method can be used to reacquire the standard output stream after it has bee For more information about the line terminator, see the Remarks section of the method that takes no parameters. + The output is encoded according to . ## Examples @@ -6957,6 +6993,10 @@ This method can be used to reacquire the standard output stream after it has bee For more information about the line terminator, see the Remarks section of the method that takes no parameters. + The output is encoded according to . + + This method is intended for writing text, so be sure that the input array is well-formed. For example, surrogate pairs in the input may be interpreted as runes and re-encoded before output, and a terminating unpaired surrogate may be truncated. + ]]> @@ -7058,6 +7098,7 @@ This method can be used to reacquire the standard output stream after it has bee For more information about the line terminator, see the Remarks section of the method that takes no parameters. + The output is encoded according to . ## Examples @@ -7176,6 +7217,7 @@ This method can be used to reacquire the standard output stream after it has bee For more information about the line terminator, see the Remarks section of the method that takes no parameters. + The output is encoded according to . ## Examples @@ -7281,6 +7323,7 @@ This method can be used to reacquire the standard output stream after it has bee For more information about the line terminator, see the Remarks section of the method that takes no parameters. + The output is encoded according to . ## Examples