Udostępnij przez


XmlILStorageConverter.StringToAtomicValue Metoda

Definicja

Konwertuje wartość ciągu na wartość XmlAtomicValue.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu 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.

index
Int32

Wartość typu Int32 udostępniająca indeks elementu do konwersji.

runtime
XmlQueryRuntime

Wystąpienie klasy XmlQueryRuntime.

Zwraca

Obiekt XmlAtomicValue dla String wartości.

Dotyczy