We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3523898 commit d7999bcCopy full SHA for d7999bc
src/CodeOfChaos.Extensions/StringExtensions.cs
@@ -36,7 +36,7 @@ public static Guid ToGuidOrDefault(this string input) {
36
return Guid.Empty;
37
}
38
39
- public static bool TryToGuid(this string input, out Guid guid)
+ public static bool TryParseToGuid(this string input, out Guid guid)
40
=> Guid.TryParse(input, out guid);
41
42
/// <summary>
0 commit comments