Culture-Sensitive VB.NET Method
using System
Public Shared Function Concat(Of T) (values As IEnumerable(Of T) ) As String
Public Shared Function Concat(arg0 As Object) As String
Public Shared Function Concat(ParamArray args As Object() ) As String
Public Shared Function Concat(values As IEnumerable(Of String) ) As String
Public Shared Function Concat(ParamArray values As String() ) As String
Public Shared Function Concat(arg0 As Object, arg1 As Object) As String
Public Shared Function Concat(str0 As String, str1 As String) As String
Public Shared Function Concat(arg0 As Object, arg1 As Object, arg2 As Object) As String
Public Shared Function Concat(str0 As String, str1 As String, str2 As String) As String
Public Shared Function Concat(str0 As String, str1 As String, str2 As String, str3 As String) As String
Internationalization (I18n) Method Overview
The Concat method concatenates one or more instances of String, or the String representations of the values of one or more instances of Object.
For more information see Microsoft's
MSDN online documentation.
Culture and Number Format Information
|