IP*Works! 2016 Xamarin Edition
IP*Works! 2016 Xamarin Edition
Questions / Feedback?

PutCData Method

Writes an XML CDATA block.

Syntax

[VB.NET]
Public Sub PutCData(ByVal Text As String)
[C#]
public void PutCData(string text);

Remarks

Writes a new XML CDATA block with the specified text inside the current element.

NOTE: This method has a corresponding asynchronous version (PutCDataAsync) for use in the Xamarin environment.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
IP*Works! 2016 Xamarin Edition - Version 16.0 [Build 6621]