DK11 for .NET | TatukGIS.NDK.TGIS_XmlFile.WriteString | Constructors | Methods | Properties
Write xml node as text.
// C# public void WriteString( string _name, string _value );
' VisualBasic Public Sub WriteString( ByVal _name As String, ByVal _value As String )
// Oxygene public procedure WriteString( _name : String; _value : String );
Name | Type | Description |
---|---|---|
_name | string String | node name |
_value | string String | node text |