Click or drag to resize
Sandcastle Help File BuilderApiFilterApiEntryTypeFromLetter Method
This is used to convert an API type letter to an ApiEntryType enumerated value.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public static ApiEntryType ApiEntryTypeFromLetter(
	char apiType
)

Parameters

apiType
Type: SystemChar
The letter to convert

Return Value

Type: ApiEntryType
The ApiEntryType represented by the letter
See Also