ApiFilterApiEntryTypeFromLetter Method
This is used to convert an API type letter to an
ApiEntryType enumerated value.
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public static ApiEntryType ApiEntryTypeFromLetter(
char apiType
)
Public Shared Function ApiEntryTypeFromLetter (
apiType As Char
) As ApiEntryType
public:
static ApiEntryType ApiEntryTypeFromLetter(
wchar_t apiType
)
static member ApiEntryTypeFromLetter :
apiType : char -> ApiEntryType
- apiType Char
- The letter to convert
ApiEntryTypeThe
ApiEntryType represented by the letter