StringConcat Struct

Definition

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
StringConcat

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.

Applies to