Sdílet prostřednictvím


XmlILStorageConverter.StringToAtomicValue Metoda

Definice

Převede hodnotu řetězce na XmlAtomicValue .

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Hodnota typu String , který má být převeden.

index
Int32

Hodnota typu Int32 , která poskytuje index položky, která má být převedena.

runtime
XmlQueryRuntime

Instance třídy XmlQueryRuntime

Návraty

XmlAtomicValue

XmlAtomicValueObjekt pro String hodnotu.

Platí pro