ApiFilterApiEntryTypeFromLetter Method

This is used to convert an API type letter to an ApiEntryType enumerated value.

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public static ApiEntryType ApiEntryTypeFromLetter(
	char apiType
)

Parameters

apiType  Char
The letter to convert

Return Value

ApiEntryType
The ApiEntryType represented by the letter

See Also