StringConcat Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Concatenates strings when the number of strings is not known beforehand.
This API supports the product infrastructure and is not intended to be used directly from your code.
public value class StringConcat
public struct StringConcat
type StringConcat = struct
Public Structure StringConcat
- Inheritance
Properties
Delimiter |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the string that delimits concatenated strings. |
Methods
Clear() |
This API supports the product infrastructure and is not intended to be used directly from your code. Clears the result string. |
Concat(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Concatenates a new string to the result. |
GetResult() |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the result string. |