XsltProcessor.TransformToString(IXmlNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Processes a node and its children and returns the resulting string transformation.
public:
virtual Platform::String ^ TransformToString(IXmlNode ^ inputNode) = TransformToString;
winrt::hstring TransformToString(IXmlNode const& inputNode);
public string TransformToString(IXmlNode inputNode);
function transformToString(inputNode)
Public Function TransformToString (inputNode As IXmlNode) As String
Parameters
- inputNode
- IXmlNode
The node to process.
Returns
The resulting transformation.