Language.Normalize(String, CaseNormalization) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Normalize a string.
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
The value to normalize.
- normalization
- CaseNormalization
The normalization to apply.
Returns
A normalized string.