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



In This Topic
    FromAllValues Method (XdsInternationalString)
    In This Topic
    Create a new XdsInternationalString from a single string. The AllValues property gets set by values parameter
    Syntax
    Public Shared Function FromAllValues( _
       ByVal values As String _
    ) As XdsInternationalString
    Dim values As String
    Dim value As XdsInternationalString
     
    value = XdsInternationalString.FromAllValues(values)
    public static XdsInternationalString FromAllValues( 
       string values
    )
    public:
    static XdsInternationalString^ 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 XdsInternationalString 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