<PackageReference Include="Relativity.Other" Version="9.7.99.15" />

Strings

public class Strings

public Strings()

public static string AddSpacesToString(string str, int interval)

public static string BuildBulletedList<T>(List<T> objs)

public static string EnsureStringEndsWithSingleBackslash(string s)

public static string FormatedTimeSpan(TimeSpan timespan)

public static string GetHashStringFromHashBytes(byte[] inputBytes)

public static string InsertSpaces(string s)

public static bool IntelligentEquals(string str1, string str2)

public static bool IntelligentEquals(string str1, string str2, StringComparison culture)

public static bool LikeOperator(string first, string second)

public static string[] Map(string[] ar, Func<string, string> func)

public static Tuple<string, string> ParseErrorMessageForDisplay(string errorMessage)

public static Tuple<string, string> ParseErrorMessageForDisplay(string errorMessage, bool replaceNewlines)

public static string ReplaceMultipleSpacesWithNBSPs(string input)

public static IEnumerable<string> Split(string str, int length)

public static string[] SplitCsvString(string input)

public static IEnumerable<string> SplitWithMessage(string str, int length, string message)

public static string ToCsvCellContents(string input)

public static string ToDelimitedFileCellContents(string input, string bound, string newLineProxy)

public static string TrimAndReduceSpaces(string input)

public static string TrimIfQuoted(string input)

public static string TruncateWithSuffix(string input, int length, string suffix)