Freigeben über


IdentToken.MakeValidIdentifier(String) Method

Definition

Converts a string value of an identifier to a valid identifier (e.g., "a b" -> "'a b'").

public static string MakeValidIdentifier(string value);
static member MakeValidIdentifier : string -> string
Public Shared Function MakeValidIdentifier (value As String) As String

Parameters

value
String

Returns

Exceptions

Throw if value is null.

Applies to