mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
tidying up some docs in the Extensions namespace
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Globalization;
|
||||
using System.Net;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
@@ -29,7 +30,7 @@ namespace Octokit
|
||||
|
||||
public static string UriEncode(this string input)
|
||||
{
|
||||
return System.Net.WebUtility.UrlEncode(input);
|
||||
return WebUtility.UrlEncode(input);
|
||||
}
|
||||
|
||||
public static string ToBase64String(this string input)
|
||||
|
||||
Reference in New Issue
Block a user