XmlDictionaryReader.ReadElementContentAsBase64 Method
.NET Framework 4.5
Converts a node's content to an array of Base64 bytes.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ReadElementContentAsBase64() | Converts a node's content to a array of Base64 bytes. |
|
ReadElementContentAsBase64(Byte[], Int32, Int32) | Reads the element and decodes the Base64 content. (Inherited from XmlReader.) |