Share via


NormalizedString.NormalizedToOriginalMapping Property

Definition

Gets the mapping between the normalized string and the original string.

public int[]? NormalizedToOriginalMapping { get; }
member this.NormalizedToOriginalMapping : int[]
Public ReadOnly Property NormalizedToOriginalMapping As Integer()

Property Value

Int32[]

Remarks

The mapping can be null if IsOneToOneMapping is true or if the normalization doesn't support the mapping.

Applies to