CSharpProcedural.

IsValidInMemberName(char) Method

Summary

Checks if the specified char can be used in a C# symbol name.

Syntax

public static bool IsValidInMemberName(char c)

Parameters

Name Type Description
c char

Return Value

Type Description
bool