ApiFilterApiEntryTypeFromLetter Method

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

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.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