Additional hexadecimal indicators in strings#8345
Additional hexadecimal indicators in strings#8345sdwheeler merged 6 commits intoMicrosoftDocs:stagingfrom
Conversation
|
Docs Build status updates of commit e550ac3: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
|
I made a minor edit. Can you copy that to the other versions and update the PR? |
|
Docs Build status updates of commit 9da1d97: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
|
Docs Build status updates of commit cabecfb: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
For more details, please refer to the build report. If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
|
Docs Build status updates of commit 5a3c9ec: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
There is a problem in 5.1, it brings up |
### Numeric type conversion When strings are converted to numbers, additional hexadecimal format indicators are supported. Those additional formats are not recognised as literals. ```powershell [int] '0xF' -eq 0xF [int] '&hF' -eq 0xF [int] '#F' -eq 0xF [int] '0b1111' -eq 0b1111 [int] '0b1111' -eq 15 ```
### Numeric type conversion When strings are converted to numbers, additional hexadecimal format indicators are supported. Those additional formats are not recognised as literals. ```powershell [int] '0xF' -eq 0xF [int] '&hF' -eq 0xF [int] '#F' -eq 0xF [int] '0b1111' -eq 0b1111 [int] '0b1111' -eq 15 ```
|
Docs Build status updates of commit f0e989b:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| reference/5.1/Microsoft.PowerShell.Core/About/about_Numeric_Literals.md | View (powershell-5.1) | Details | |
| reference/7.0/Microsoft.PowerShell.Core/About/about_Numeric_Literals.md | ✅Succeeded | View (powershell-7) | |
| reference/7.1/Microsoft.PowerShell.Core/About/about_Numeric_Literals.md | ✅Succeeded | View (powershell-7.1) | |
| reference/7.2/Microsoft.PowerShell.Core/About/about_Numeric_Literals.md | ✅Succeeded | View (powershell-7.2) |
reference/5.1/Microsoft.PowerShell.Core/About/about_Numeric_Literals.md
- Line 213, Column 2: [Warning: code-block-indented - See documentation]
Indented code blocks aren't allowed. Use a Markdown code block surrounded by triple backticks (```). - Line 228, Column 1: [Warning: code-block-unclosed - See documentation]
Unclosed code block. Code blocks must begin and end with triple backticks (```).
For more details, please refer to the build report.
If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the docs.microsoft.com contributor guides
- Post your question in the Docs support channel
|
Docs Build status updates of commit b7da3c9:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| reference/5.1/Microsoft.PowerShell.Core/About/about_Numeric_Literals.md | View (powershell-5.1) | Details | |
| reference/7.0/Microsoft.PowerShell.Core/About/about_Numeric_Literals.md | ✅Succeeded | View (powershell-7) | |
| reference/7.1/Microsoft.PowerShell.Core/About/about_Numeric_Literals.md | ✅Succeeded | View (powershell-7.1) | |
| reference/7.2/Microsoft.PowerShell.Core/About/about_Numeric_Literals.md | ✅Succeeded | View (powershell-7.2) |
reference/5.1/Microsoft.PowerShell.Core/About/about_Numeric_Literals.md
- Line 213, Column 2: [Warning: code-block-indented - See documentation]
Indented code blocks aren't allowed. Use a Markdown code block surrounded by triple backticks (```). - Line 228, Column 1: [Warning: code-block-unclosed - See documentation]
Unclosed code block. Code blocks must begin and end with triple backticks (```).
For more details, please refer to the build report.
If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the docs.microsoft.com contributor guides
- Post your question in the Docs support channel
|
Docs Build status updates of commit 998029f: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
PR Summary
Add information about hexadecimal string formats that can be converted to numbers
Add information about hexadecimal string formats that can be converted to numbers
PR Context
Select the area of the Table of Contents containing the documents being changed.
Conceptual content
Cmdlet reference & about_ topics
PR Checklist
WIP:or[WIP]to the beginning of thetitle and remove the prefix when the PR is ready.