-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
doc-bugProblem with the content; needs to be fixedProblem with the content; needs to be fixed
Description
I think there are a few inaccuracies around this point:
dotnet-api-docs/samples/snippets/csharp/VS_Snippets_CLR_System/system.Decimal.Parse/CS/parse.cs
Line 114 in c72b36e
// <Snippet3> |
The text example says:
// Parse string using "." as the thousands separator
// and " " as the decimal separator.
and
// Displays:
// 892 694,12' converted to 892694.12.
Should it not be "," as a decimal separator. Possibly " " as the thousand separator. Also there is no reason to expect that the first "'" character is missing in the output. I.e. the expected output (including the leading "'") is:
'892 694,12' converted to 892694.12.
Metadata
Metadata
Assignees
Labels
doc-bugProblem with the content; needs to be fixedProblem with the content; needs to be fixed