StringHelper.Join method

namespace: Serenity   assemblySerenity.Net.Core

Joins two strings conditionally, by putting separator between if both are non empty

public static string Join(string a, string separator, string b)

See Also