XdsObjects Help file
XdsObjects Namespace / XdsMultiString Class / Implicit Type Conversion Operator / Implicit Type Conversion(XdsMultiString,String) Operator
The value to assign to the new object



In This Topic
    Implicit Type Conversion(XdsMultiString,String) Operator
    In This Topic
    Create an XdsMultiString object from a simple string
    Syntax
    Overloads Public Operator Widening CType( _
       ByVal String As String _
    ) As XdsMultiString
    
                
    public XdsMultiString operator implicit( 
       string String
    )
    public:
    operator XdsMultiString^ ( 
       String^ String
    )

    Parameters

    String
    The value to assign to the new object

    Return Value

    A new XdsMultiString containing the single string
    Remarks

    As this is an implicit oerator, it permits simple assigment of a string to an XdsMultiString object

    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