LocalizedString.Join Method
The Join method joins an array of strings together with a separator.
Namespace: Microsoft.Exchange.Data.Common
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Shared Function Join ( _
separator As Object, _
value As Object() _
) As LocalizedString
public static LocalizedString Join (
Object separator,
Object[] value
)
public:
static LocalizedString Join (
Object^ separator,
array<Object^>^ value
)
public static LocalizedString Join (
Object separator,
Object[] value
)
public static function Join (
separator : Object,
value : Object[]
) : LocalizedString
Parameters
- separator
The string that will appear between the string fragments after they are joined into a new LocalizedString object.
- value
An array containing objects to be joined as strings.
Return Value
The Join method returns a LocalizedString object containing the objects in value separated by separator.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003