StringHelper.JoinNonEmpty method (1 of 2)

namespace: Serenity   assemblySerenity.Net.Core

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

public static string JoinNonEmpty(string separator, IEnumerable<string> values)

See Also


StringHelper.JoinNonEmpty method (2 of 2)

namespace: Serenity   assemblySerenity.Net.Core

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

public static string JoinNonEmpty(string separator, params string[] values)

See Also