DisplayServices.GetEscapedNameString(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.
Pass in a short name string, return back an escaped version of the name string.
public abstract string GetEscapedNameString (string name);
abstract member GetEscapedNameString : string -> string
Public MustOverride Function GetEscapedNameString (name As String) As String
Parameters
- name
- String