UserInteractionServices.GetEscapedNameString Method

Returns an escaped version of the provided name.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public MustOverride Function GetEscapedNameString ( _
    name As String _
) As String
public abstract string GetEscapedNameString(
    string name
)
public:
virtual String^ GetEscapedNameString(
    String^ name
) abstract
abstract GetEscapedNameString : 
        name:string -> string 
public abstract function GetEscapedNameString(
    name : String
) : String

Parameters

  • name
    Type: System.String
    A string that contains the name to be escaped.

Return Value

Type: System.String
The escaped name.

.NET Framework Security

See Also

Reference

UserInteractionServices Class

Microsoft.Data.Schema Namespace