Utils_OtherSmartConcat Method |
Concatanates multiple strings into a single string, using the specified separator.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static string SmartConcat(
string separator,
params string[] values
)
Parameters
- separator
- Type: SystemString
- values
- Type: SystemString
Return Value
Type:
StringSee Also