CanRead Property
Definition
- Namespace
- Cuemon.Xml.Serialization.Converters
- Assemblies
- Cuemon.Xml.dll
CanRead
Gets a value indicating whether this XmlConverter can read XML.
public virtual bool CanRead { get; }
Property Value
- bool
trueif this XmlConverter can read XML; otherwise,false.