Class ByteArrayExtensions
- Namespace
- Cuemon.Extensions.Xml
- Assembly
- Cuemon.Extensions.Xml.dll
Extension methods for the byte[].
public static class ByteArrayExtensions
- Inheritance
-
ByteArrayExtensions
Methods
ToXmlReader(byte[], Action<XmlReaderSettings>)
Converts the given value to an XmlReader.
public static XmlReader ToXmlReader(this byte[] value, Action<XmlReaderSettings> setup = null)
Parameters
valuebyte[]The byte[] to extend.
setupAction<XmlReaderSettings>The XmlReaderSettings which may be configured.