Delen via


Language.Normalize(String, CaseNormalization) Methode

Definitie

Een tekenreeks normaliseren.

public static string Normalize(string value, Microsoft.Bot.Builder.FormFlow.CaseNormalization normalization);
static member Normalize : string * Microsoft.Bot.Builder.FormFlow.CaseNormalization -> string
Public Shared Function Normalize (value As String, normalization As CaseNormalization) As String

Parameters

value
String

De waarde die moet worden genormaliseerd.

normalization
CaseNormalization

De normalisatie die moet worden toegepast.

Retouren

Een genormaliseerde tekenreeks.

Van toepassing op