RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets a wide string value of a descendant node.
Namespace: ThomsonReuters.RFA.ConfigAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public RFA_WString GetChildAsStringW( RFA_String name, RFA_WString defVal ) |
Visual Basic |
---|
Public Function GetChildAsStringW ( _ name As RFA_String, _ defVal As RFA_WString _ ) As RFA_WString |
Visual C++ |
---|
public: RFA_WString^ GetChildAsStringW( RFA_String^ name, RFA_WString^ defVal ) |
F# |
---|
member GetChildAsStringW : name:RFA_String * defVal:RFA_WString -> RFA_WString |
Parameters
- name
- Type: ThomsonReuters.RFA.Common..::..RFA_String
A name of the queried child node.
- defVal
- Type: ThomsonReuters.RFA.Common..::..RFA_WString
The default value if the node does not exist.
Return Value
A wide string value of the child node.
Remarks
A wide string value of a descendant node will be returned if the tree has a such named child node and its type is ConfigStringW. Otherwise the defVal will be returned.
If the node type is ConfigString, this method can be used to get the string value of the node encoded as a wide char string.