StringConcat
- Implements: IFragmentConcatenator
Converts all fragments to strings and concats those.
Drops 'undefined's.
Initializers
using AlibabaCloud.SDK.ROS.CDK.Core;
new StringConcat();
| Name | Type | Description |
|---|---|---|
Methods
| Name | Description |
|---|---|
Join |
Join the fragment on the left and on the right. |
Join
private object Join(object Left, object Right)
Join the fragment on the left and on the right.
- Type: object
- Type: object