Share via


MakeArrayFromString Method

Convert the specified string object into an Array.

Namespace:  Microsoft.CommerceServer.Interop.Configuration
Assembly:  Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)

Syntax

'Declaration
Public Function MakeArrayFromString ( _
    strList As Object _
) As Object
'Usage
Dim instance As GlobalConfigFreeThreaded
Dim strList As Object
Dim returnValue As Object

returnValue = instance.MakeArrayFromString(strList)
public Object MakeArrayFromString(
    Object strList
)
public:
virtual Object^ MakeArrayFromString(
    Object^ strList
) sealed
public final function MakeArrayFromString(
    strList : Object
) : Object

Parameters

Return Value

Type: System..::.Object
An object containing the converted Array.

Implements

IGlobalConfig..::.MakeArrayFromString(Object)

Remarks

Implements IGlobalConfig.MakeArrayFromString (MakeArrayFromString).

ms977267.alert_caution(en-US,CS.90).gifImportant Note:

There is a special group of methods used with multivalued arrays. These methods are the only approved and recommended way of storing and retrieving multivalued arrays in the Administration database. You must use the following methods with any property that has the structure of a multivalued array:

Permissions

See Also

Reference

GlobalConfigFreeThreaded Class

GlobalConfigFreeThreaded Members

Microsoft.CommerceServer.Interop.Configuration Namespace