XdsObjects Help file
XdsObjects Namespace / XdsInternationalString Class
Members



XdsInternationalString Class
Represent an emXML InternationalString
Syntax
Public Class XdsInternationalString 
Dim instance As XdsInternationalString
public class XdsInternationalString 
public ref class XdsInternationalString 
Remarks

Many data structures in XDS allow a string to have multiple different representations for different languages. e.g. an XdsCode has unique CodingScheme and CodeValue properties (which are therefore simple strings) but CodeMeaning the human readable version is an XdsInternationalString, since different interpretations may be provided for different languages.

In most cases, this class may be used as if it were a simple string, since there are implicit conversions to and from simple strings, using the default language code, as defined by XdsGlobal.DefaultLanguage.

Inheritance Hierarchy

System.Object
   XdsObjects.XdsInternationalString

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