XmlILStorageConverter.StringToAtomicValue Método

Definição

Converte o valor de uma cadeia em .XmlAtomicValue

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu código.

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

Parâmetros

value
String

Um valor de tipo String a converter.

index
Int32

Um valor de tipo Int32 que fornece o índice do item a converter.

runtime
XmlQueryRuntime

Uma instância da XmlQueryRuntime classe.

Devoluções

O XmlAtomicValue objeto pelo String valor.

Aplica-se a