File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1993,7 +1993,7 @@ This field is equal to the string "True".
19931993 <MemberSignature Language =" VB.NET" Value =" Public Shared Function TryParse (value As String, ByRef result As Boolean) As Boolean" />
19941994 <MemberSignature Language =" C++ CLI" Value =" public:
 static bool TryParse(System::String ^ value, [Runtime::InteropServices::Out] bool % result);" />
19951995 <MemberSignature Language =" F#" Value =" static member TryParse : string * bool -> bool" Usage =" System.bool.TryParse (value, result)" />
1996- <MemberSignature Language =" C#" Value =" public static bool TryParse (string? value, out bool? result);" FrameworkAlternate =" net-5.0;netcore-3.0;netcore-3.1" />
1996+ <MemberSignature Language =" C#" Value =" public static bool TryParse (string? value, out bool result);" FrameworkAlternate =" net-5.0;netcore-3.0;netcore-3.1" />
19971997 <MemberType >Method</MemberType >
19981998 <AssemblyInfo >
19991999 <AssemblyName >System.Runtime</AssemblyName >
You can’t perform that action at this time.
0 commit comments