System.Xml.Xsl.Runtime.XmlILStorageConverter.StringToAtomicValue C# (CSharp) Méthode

StringToAtomicValue() public static méthode

public static StringToAtomicValue ( string value, int index, XmlQueryRuntime runtime ) : XmlAtomicValue
value string
index int
runtime XmlQueryRuntime
Résultat System.Xml.Schema.XmlAtomicValue
        public static XmlAtomicValue StringToAtomicValue(string value, int index, XmlQueryRuntime runtime) {
            return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value);
        }