XmlNameTableGet Method (Char, Int32, Int32) |
When overridden in a derived class, gets the atomized string containing the
same characters as the specified range of characters in the given array.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public abstract string Get(
char[] array,
int offset,
int length
)
Parameters
- array
- Type: SystemChar
The character array containing the name to look up. - offset
- Type: SystemInt32
The zero-based index into the array specifying the first character of the name. - length
- Type: SystemInt32
The number of characters in the name.
Return Value
Type:
String
The atomized string or null if the string has not already been atomized.
If length is zero, String.Empty is returned.
See Also