System.Xml.Xsl.Runtime.XmlILStorageConverter.XmlQualifiedNameToAtomicValue C# (CSharp) Method

XmlQualifiedNameToAtomicValue() public static method

public static XmlQualifiedNameToAtomicValue ( XmlQualifiedName value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value System.Xml.XmlQualifiedName
index int
runtime XmlQueryRuntime
return System.Xml.Schema.XmlAtomicValue
        public static XmlAtomicValue XmlQualifiedNameToAtomicValue(XmlQualifiedName value, int index, XmlQueryRuntime runtime) {
            return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value);
        }