Class XmlDocumentHelper
Inheritance
System.Object
XmlDocumentHelper
Namespace: Telerik.Windows.Documents.DrawingML
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public static class XmlDocumentHelper : Object
Methods
ReadNullableAttribute<T>(XmlAttribute, Func<String, T>)
Declaration
public static Nullable<T> ReadNullableAttribute<T>(XmlAttribute attribute, Func<string, T> converter)
where T : struct, ValueType
Parameters
System.Xml.XmlAttribute
attribute
|
System.Func<System.String, T>
converter
|
Returns
System.Nullable<T>
|
Type Parameters
T
|
ReadNullableBoolAttribute(XmlAttribute)
Declaration
public static Nullable<bool> ReadNullableBoolAttribute(XmlAttribute attribute)
Parameters
System.Xml.XmlAttribute
attribute
|
Returns
System.Nullable<System.Boolean>
|
ReadNullableLongAttribute(XmlAttribute)
Declaration
public static Nullable<long> ReadNullableLongAttribute(XmlAttribute attribute)
Parameters
System.Xml.XmlAttribute
attribute
|
Returns
System.Nullable<System.Int64>
|