StringConcat 结构
定义
在预先不知道字符串数目的情况下串联字符串。Concatenates strings when the number of strings is not known beforehand.
此 API 支持产品基础结构,不能在代码中直接使用。
public value class StringConcat
public struct StringConcat
type StringConcat = struct
Public Structure StringConcat
- 继承
属性
| Delimiter |
此 API 支持产品基础结构,不能在代码中直接使用。 获取或设置分隔串联字符串的字符串。Gets or sets the string that delimits concatenated strings. |
方法
| Clear() |
此 API 支持产品基础结构,不能在代码中直接使用。 清除结果字符串。Clears the result string. |
| Concat(String) |
此 API 支持产品基础结构,不能在代码中直接使用。 将一个新字符串连接到结果。Concatenates a new string to the result. |
| GetResult() |
此 API 支持产品基础结构,不能在代码中直接使用。 获取结果字符串。Gets the result string. |