StringNormalizationExtensions.GetNormalizedLength 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.
public static int GetNormalizedLength(this ReadOnlySpan<char> source, System.Text.NormalizationForm normalizationForm = System.Text.NormalizationForm.FormC);
static member GetNormalizedLength : ReadOnlySpan<char> * System.Text.NormalizationForm -> int
<Extension()>
Public Function GetNormalizedLength (source As ReadOnlySpan(Of Char), Optional normalizationForm As NormalizationForm = System.Text.NormalizationForm.FormC) As Integer
Parameters
- source
- ReadOnlySpan<Char>
- normalizationForm
- NormalizationForm