Skip to content

StringHelper.Join method

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