NameDecorator.Undecorate(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.
Reverses decoration previously done to the name using the same label as this name decorator.
public string? Undecorate (string name);
member this.Undecorate : string -> string
Public Function Undecorate (name As String) As String
Parameters
- name
- String
The decorated name to undecorate.
Returns
The original name before decoration, if the decorated name uses the same label as this name decorator; otherwise, null.