XsltFunctions.Lang(String, XPathNavigator) Methode

Definitie

Implementeert de lang functie volgens de W3C XPath-specificatie.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

value
String

De opgegeven tekenreeks.

context
XPathNavigator

XPathNavigator object dat context bevat.

Retouren

Boolean.

Van toepassing op