Extensions..::..IsVowel Method

Returns whether or not a character is a vowel

Namespace:  AngbandOS.Core
Assembly:  AngbandOS.Core (in AngbandOS.Core.dll)

Syntax


public static bool IsVowel(
	this char ch
)

Parameters

ch
Type: Char
The character

Return Value

Whether or not the character is a vowel