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
Function MakeArrayFromString ( _
strList As Object _
) As Object
'Usage
Dim instance As IGlobalConfig2
Dim strList As Object
Dim returnValue As Object
returnValue = instance.MakeArrayFromString(strList)
Object MakeArrayFromString(
Object strList
)
Object^ MakeArrayFromString(
Object^ strList
)
function MakeArrayFromString(
strList : Object
) : Object
Parameters
- strList
Type: System..::.Object
The string that contains the string to convert.
Return Value
Type: System..::.Object
An object containing the converted Array.
Remarks
Implemented by _GlobalConfig2::MakeArrayFromString Method.
Important 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: |
MakeArrayFromString
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.