XsltFunctions.NormalizeSpace(String) Methode

Definitie

Verwijdert voorloop- en volgspaties uit de opgegeven tekenreeks en retourneert het resultaat. normalize-space Implementeert de functie van de W3C XPath-standaard.

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

public:
 static System::String ^ NormalizeSpace(System::String ^ value);
public static string NormalizeSpace(string value);
static member NormalizeSpace : string -> string
Public Shared Function NormalizeSpace (value As String) As String

Parameters

value
String

De opgegeven tekenreeks.

Retouren

Een genormaliseerde tekenreeks.

Van toepassing op