XsltFunctions.Lang(String, XPathNavigator) Metodo

Definizione

Implementa la lang funzione in base alla specifica XPath W3C.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 static bool Lang(System::String ^ value, System::Xml::XPath::XPathNavigator ^ context);
public static bool Lang(string value, System.Xml.XPath.XPathNavigator context);
static member Lang : string * System.Xml.XPath.XPathNavigator -> bool
Public Shared Function Lang (value As String, context As XPathNavigator) As Boolean

Parametri

value
String

Stringa specificata.

context
XPathNavigator

XPathNavigator oggetto che contiene il contesto.

Valori restituiti

Boolean.

Si applica a