Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update xml/System/Double.xml
Co-authored-by: Maira Wenzel <[email protected]>
  • Loading branch information
v-mepa and mairaw authored May 28, 2020
commit 89cc7c301194429ef70401089172212107d30a65
2 changes: 1 addition & 1 deletion xml/System/Double.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2068,7 +2068,7 @@ If a separator is encountered in the `s` parameter during a parse operation, and
## Examples
The following example uses the <xref:System.Double.Parse%28System.String%2CSystem.Globalization.NumberStyles%29> method to parse the string representations of <xref:System.Double> values using the en-US culture.

:::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Double.Parse/cs/Parse.cs" interactive="try-dotnet-method" id="Snippet1":::
:::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Double.Parse/cs/Parse.cs" interactive="try-dotnet-class" id="Snippet1":::
:::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Double.Parse/vb/Parse.vb" id="Snippet1":::

]]></format>
Expand Down