/// <summary>
/// Alias for 'ReplaceWithEmpty'
/// </summary>
public static string Remove(this string arg, string toReplace)
{
return arg.ReplaceWithEmpty(toReplace);
}
Random thoughts about every aspect of software development.
/// <summary>
/// Alias for 'ReplaceWithEmpty'
/// </summary>
public static string Remove(this string arg, string toReplace)
{
return arg.ReplaceWithEmpty(toReplace);
}
No comments:
Post a Comment