NormalizedString.NormalizedToOriginalMapping Property
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.
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.