XdsObjects Help file
XdsObjects Namespace / XdsInternationalString Class / XdsInternationalString Constructor / XdsInternationalString Constructor(String)



XdsInternationalString Constructor(String)
Create an XdsInternationalString holding a single value
Syntax
Public Function New( _
   ByVal s As String _
)
Dim s As String
 
Dim instance As New XdsInternationalString(s)
public XdsInternationalString( 
   string s
)
public:
XdsInternationalString( 
   String^ s
)

Parameters

s
Remarks

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

This constructor is rarely used/needed, as the implicit conversion from string normally provide a simpler and more intuitive syntax.

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