ParserHelpers.SanitizeClassName(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.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Sanitizes the specified input name to conform as a valid value for class name.
public static string SanitizeClassName(string inputName);
static member SanitizeClassName : string -> string
Public Shared Function SanitizeClassName (inputName As String) As String
Parameters
- inputName
- String
The value to check.
Returns
The sanitized class name.