XdsObjects Help file
XdsObjects Namespace / XdsMultiString Class / FromAllValues Method
Single string that contains possible multiple values separated by either a line break or a "|" character



FromAllValues Method (XdsMultiString)
Create a new XdsMultiString from a single string. The AllValues property gets set by values parameter
Syntax
Public Shared Function FromAllValues( _
   ByVal values As String _
) As XdsMultiString
Dim values As String
Dim value As XdsMultiString
 
value = XdsMultiString.FromAllValues(values)
public static XdsMultiString FromAllValues( 
   string values
)
public:
static XdsMultiString^ FromAllValues( 
   String^ values
) 

Parameters

values
Single string that contains possible multiple values separated by either a line break or a "|" character

Return Value

A new XdsMultiString object
Remarks

This is a specialist property which is intended purely for Deserialization

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also