XmlDictionaryReader.ReadContentAsString Method (Int32)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Converts a node's content to a string.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
'Declaration Protected Function ReadContentAsString ( _ maxStringContentLength As Integer _ ) As String
Parameters
- maxStringContentLength
- Type: System.Int32
The maximum string length.
Show: