System.Xml.Xsl.Runtime.XmlILStorageConverter.StringToAtomicValue C# (CSharp) 메소드

StringToAtomicValue() 공개 정적인 메소드

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