Language.ANormalization(String) 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.
Switch 'a' before consonants and 'an' before vowels.
public static string ANormalization (string input);
static member ANormalization : string -> string
Public Shared Function ANormalization (input As String) As String
Parameters
- input
- String
String to fix.
Returns
String with 'a' and 'an' normalized.
Remarks
This is not perfect because English is complex, but does a reasonable job.