Utils_OtherSmartConcatObjects Method |
Concatanates multiple objects 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 SmartConcatObjects(
string separator,
params Object[] values
)
Parameters
- separator
- Type: SystemString
- values
- Type: SystemObject
Return Value
Type:
StringSee Also