Microsoft.Identity.Client.Utils.StringExtensions
namespace Microsoft.Identity.Client.Utils
{
internal static class StringExtensions
{
public static byte[] ToByteArray(this string stringInput);
public static string NullIfEmpty(this string s);
public static string NullIfWhiteSpace(this string s);
public static bool Contains(this string source, string toCheck, StringComparison comp);
}
}