-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
dotnet-fsharp/svclocIndicates issues that are about localized content [org][type][category]Indicates issues that are about localized content [org][type][category]
Description
The following sentence is broken up by code blocks and is causing globalization issue where the full sentence cannot be translated. For example, the word "with" cannot be translated by itself. Please help to restructure the sentence so it's a full sentence without the code blocks.
Because generic operators downcast
and upcast
rely on type inference to determine the argument and return type, in the above code, you can replace
let base1 = d1 :> Base1
with
let base1: Base1 = upcast d1
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 725e0bb1-2dcd-4e9e-2714-f0a56d248992
- Version Independent ID: e5eeed3a-2684-f465-7ced-a6122d478f0e
- Content: Casting and Conversions - F#
- Content Source: docs/fsharp/language-reference/casting-and-conversions.md
- Product: dotnet-fsharp
- GitHub Login: @cartermp
- Microsoft Alias: phcart
Metadata
Metadata
Assignees
Labels
dotnet-fsharp/svclocIndicates issues that are about localized content [org][type][category]Indicates issues that are about localized content [org][type][category]