XdsObjects Help file
XdsObjects Namespace / XdsInternationalString Class / Implicit Type Conversion Operator / Implicit Type Conversion(XdsInternationalString,String) Operator
The value to assign to the newly created XdsInternationalString



Implicit Type Conversion(XdsInternationalString,String) Operator
Create an XdsInternationalString holding a single value from a sting
Syntax
Overloads Public Operator Widening CType( _
   ByVal String As String _
) As XdsInternationalString

            
public XdsInternationalString operator implicit( 
   string String
)
public:
operator XdsInternationalString^ ( 
   String^ String
)

Parameters

String
The value to assign to the newly created XdsInternationalString

Return Value

a new XdsInternationalString object
Remarks

The item is assigned the current default lnguage code, as defined by XdsGlobal.DefaultLanguage

As this is an implicit oerator, it permits simple assigment of a string to an XdsInternationalString 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