XmlILStorageConverter.StringToAtomicValue Metoda
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Konwertuje wartość ciągu na wartość XmlAtomicValue.
To API wspiera infrastrukturę produktu i nie jest przeznaczone do bezpośredniego używania z twojego kodu.
public:
static System::Xml::Schema::XmlAtomicValue ^ StringToAtomicValue(System::String ^ value, int index, System::Xml::Xsl::Runtime::XmlQueryRuntime ^ runtime);
public static System.Xml.Schema.XmlAtomicValue StringToAtomicValue(string value, int index, System.Xml.Xsl.Runtime.XmlQueryRuntime runtime);
static member StringToAtomicValue : string * int * System.Xml.Xsl.Runtime.XmlQueryRuntime -> System.Xml.Schema.XmlAtomicValue
Public Shared Function StringToAtomicValue (value As String, index As Integer, runtime As XmlQueryRuntime) As XmlAtomicValue
Parametry
- value
- String
Wartość typu String do przekonwertowania.
- runtime
- XmlQueryRuntime
Wystąpienie klasy XmlQueryRuntime.
Zwraca
Obiekt XmlAtomicValue dla String wartości.