ExtendingXSLTMethodsRTFEncode Method |
Namespace: Kettic.AspNet.Controls.Editor.RtfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static string RTFEncode(
XPathNodeIterator objXMLNodes,
string strText,
double intMyNormalizeSpaces
)
Public Shared Function RTFEncode (
objXMLNodes As XPathNodeIterator,
strText As String,
intMyNormalizeSpaces As Double
) As String
public:
static String^ RTFEncode(
XPathNodeIterator^ objXMLNodes,
String^ strText,
double intMyNormalizeSpaces
)
static member RTFEncode :
objXMLNodes : XPathNodeIterator *
strText : string *
intMyNormalizeSpaces : float -> string
Parameters
- objXMLNodes
- Type: System.Xml.XPathXPathNodeIterator
- strText
- Type: SystemString
- intMyNormalizeSpaces
- Type: SystemDouble
Return Value
Type:
String
See Also