다음을 통해 공유


MakeStringFromSimpleList Method

Convert a SimpleList object into an encoded string.

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

Syntax

'Declaration
Public Function MakeStringFromSimpleList ( _
    ByRef slist As Object _
) As String
'Usage
Dim instance As GlobalConfig2FreeThreaded
Dim slist As Object
Dim returnValue As String

returnValue = instance.MakeStringFromSimpleList(slist)
public string MakeStringFromSimpleList(
    ref Object slist
)
public:
virtual String^ MakeStringFromSimpleList(
    Object^% slist
) sealed
public final function MakeStringFromSimpleList(
    slist : Object
) : String

Parameters

Return Value

Type: System..::.String
An object containing the encoded string.

Implements

IGlobalConfig2..::.MakeStringFromSimpleList(Object%)

Remarks

Implements IGlobalConfig2.MakeStringFromSimpleList (MakeStringFromSimpleList).

ms977253.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

GlobalConfig2FreeThreaded Class

GlobalConfig2FreeThreaded Members

Microsoft.CommerceServer.Interop.Configuration Namespace