Click or drag to resize
XdsDNgetDNFragment Method

[Missing <summary> documentation for "M:DXMLBase.XdsDN.getDNFragment(System.Char[],System.Int32,System.Int32,System.Boolean)"]

Namespace: DXMLBase
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string getDNFragment(
	char[] delims,
	int loIndex,
	int count,
	bool includeRoot
)

Parameters

delims
Type: SystemChar

[Missing <param name="delims"/> documentation for "M:DXMLBase.XdsDN.getDNFragment(System.Char[],System.Int32,System.Int32,System.Boolean)"]

loIndex
Type: SystemInt32

[Missing <param name="loIndex"/> documentation for "M:DXMLBase.XdsDN.getDNFragment(System.Char[],System.Int32,System.Int32,System.Boolean)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:DXMLBase.XdsDN.getDNFragment(System.Char[],System.Int32,System.Int32,System.Boolean)"]

includeRoot
Type: SystemBoolean

[Missing <param name="includeRoot"/> documentation for "M:DXMLBase.XdsDN.getDNFragment(System.Char[],System.Int32,System.Int32,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:DXMLBase.XdsDN.getDNFragment(System.Char[],System.Int32,System.Int32,System.Boolean)"]

See Also