XmlDictionaryReader.ReadDecimalArray Method (String, String)

[ 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 DateTime array.

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

Syntax

Public Overridable Function ReadDecimalArray ( _
    localName As String, _
    namespaceUri As String _
) As Decimal()
public virtual decimal[] ReadDecimalArray(
    string localName,
    string namespaceUri
)

Parameters

Return Value

Type: array<System..::.Decimal>[]()[]
The node's content represented as a Decimal array.

Remarks

The buffer allocated by this read operation is limited by the MaxArrayLength quota.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

XmlDictionaryReader Class

ReadDecimalArray Overload

System.Xml Namespace