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 55public class Temperature
66{
77 // 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
99 // of the string.
1010 public static Temperature Parse ( string s , NumberStyles styles ,
1111 IFormatProvider provider )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Imports System.Globalization
66
77Public Class Temperature
88 ' 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
1010 ' of the string.
1111 Public Shared Function Parse(s As String , styles As NumberStyles, _
1212 provider As IFormatProvider) As Temperature
You can’t perform that action at this time.
0 commit comments