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.
|
System.
|
Returns
System.
|
Type Parameters
T
|
ReadNullableBoolAttribute(XmlAttribute)
Declaration
public static Nullable<bool> ReadNullableBoolAttribute(XmlAttribute attribute)
Parameters
System.
|
Returns
System.
|
ReadNullableLongAttribute(XmlAttribute)
Declaration
public static Nullable<long> ReadNullableLongAttribute(XmlAttribute attribute)
Parameters
System.
|
Returns
System.
|