diff --git a/xml/System/BitConverter.xml b/xml/System/BitConverter.xml index 93118cd304d..a3df08321c5 100644 --- a/xml/System/BitConverter.xml +++ b/xml/System/BitConverter.xml @@ -73,18 +73,19 @@ ## Remarks The class helps manipulate value types in their fundamental form, as a series of bytes. A byte is defined as an 8-bit unsigned integer. The class includes static methods to convert each of the primitive types to and from an array of bytes, as the following table illustrates. -|Type|To byte conversion|From byte conversion| -|----------|------------------------|--------------------------| -|||| -|||| -||

-or-

|

-or-

| -|||| -|||| -|||| -|||| -|||| -|||| -|||| +| Type | To byte conversion | From byte conversion | +|-----------------------|--------------------------------------------------------|-----------------------------------------| +| | | | +| | | | +| |
-or-

-or-
|
-or-

-or-
| +| |
-or-

-or-
|
-or-

-or-
| +| | | | +| | | | +| | | | +| |
-or-

-or-
|
-or-

-or-
| +| | | | +| | | | +| | | | If you use methods to round-trip data, make sure that the overload and the `To`*Type* method specify the same type. As the following example illustrates, restoring an array that represents a signed integer by calling the method can result in a value that is different from the original. For more information, see [Working with Signed Non-Decimal and Bitwise Values](/archive/blogs/bclteam/working-with-signed-non-decimal-and-bitwise-values-ron-petrusha).