NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeCompiler.JoinStringArray

[To be supplied.]

[Visual Basic]
Protected Shared Function JoinStringArray( _
   ByVal sa() As String, _
   ByVal separator As String _
) As String
[C#]
protected static string JoinStringArray(
   string[] sa,
   string separator
);
[C++]
protected: static String* JoinStringArray(
   String* sa[],
   String* separator
);
[JScript]
protected static function JoinStringArray(
   sa : String[],
   separator : String
) : String;

Parameters

sa
[To be supplied.]
separator
[To be supplied.]

See Also

CodeCompiler Class | CodeCompiler Members | System.CodeDOM.Compiler Namespace