TryGetBase64ContentLength Method
TOC
Collapse the table of content
Expand the table of content

XmlDictionaryReader.TryGetBase64ContentLength Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Not implemented in this class (it always returns false). May be overridden in derived classes.

Namespace:  System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

'Declaration
Public Overridable Function TryGetBase64ContentLength ( _
	<OutAttribute> ByRef length As Integer _
) As Boolean

Parameters

length
Type: System.Int32 %
Returns 0, unless overridden in a derived class.

Return Value

Type: System.Boolean
false, unless overridden in a derived class.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft