ApiFilterApiEntryTypeFromLetter Method
This is used to convert an API type letter to an
ApiEntryType enumerated value.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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