Responder Developer Guide
ConcatenateStrings Method


Version: 10.2.1a

Resource Center Home

A System.String
An array of System.String
Concatenates a specified separator between each element of a specified String array, yielding a single concatenated string.
Syntax
'Declaration
 
Public MustOverride Function ConcatenateStrings( _
   ByVal separator As String, _
   ByVal ParamArray value() As String _
) As String
'Usage
 
Dim instance As DataSyntax
Dim separator As String
Dim value() As String
Dim value As String
 
value = instance.ConcatenateStrings(separator, value)
public abstract string ConcatenateStrings( 
   string separator,
   params string[] value
)

Parameters

separator
A System.String
value
An array of System.String

Return Value

A System.String consisting of the elements of value interspersed with the separator string
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataSyntax Class
DataSyntax Members

 

 


Send Comment