Dijeli putem


MakeStringFromArray Method

Converts an Array 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
Function MakeStringFromArray ( _
    varArray As Object _
) As Object
'Usage
Dim instance As IGlobalConfig
Dim varArray As Object
Dim returnValue As Object

returnValue = instance.MakeStringFromArray(varArray)
Object MakeStringFromArray(
    Object varArray
)
Object^ MakeStringFromArray(
    Object^ varArray
)
function MakeStringFromArray(
    varArray : Object
) : Object

Parameters

Return Value

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

Remarks

Implemented by GlobalConfigFreeThreaded.MakeStringFromArray (MakeStringFromArray).

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

IGlobalConfig Interface

IGlobalConfig Members

Microsoft.CommerceServer.Interop.Configuration Namespace