IdentToken.MakeValidIdentifier(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.
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.