File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
csharp/VS_Snippets_CLR_System/system.Double.Parse/cs
visualbasic/VS_Snippets_CLR_System/system.Double.Parse/vb Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
public class Temperature
6
6
{
7
7
// Parses the temperature from a string. Temperature scale is
8
- // indicated by 'F (for Fahrenheit) or 'C (for Celcius ) at the end
8
+ // indicated by 'F (for Fahrenheit) or 'C (for Celsius ) at the end
9
9
// of the string.
10
10
public static Temperature Parse ( string s , NumberStyles styles ,
11
11
IFormatProvider provider )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Imports System.Globalization
6
6
7
7
Public Class Temperature
8
8
' Parses the temperature from a string. Temperature scale is
9
- ' indicated by 'F (for Fahrenheit) or 'C (for Celcius ) at the end
9
+ ' indicated by 'F (for Fahrenheit) or 'C (for Celsius ) at the end
10
10
' of the string.
11
11
Public Shared Function Parse(s As String , styles As NumberStyles, _
12
12
provider As IFormatProvider) As Temperature
You can’t perform that action at this time.
0 commit comments