[This is preliminary documentation and is subject to change.]

Returns the AlphabetFilter enumerated type given the alphabet

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static AlphabetFilter ToAlphabetFilter(
	string s
)
Visual Basic (Declaration)
Public Shared Function ToAlphabetFilter ( _
	s As String _
) As AlphabetFilter
Visual C++
public:
static AlphabetFilter ToAlphabetFilter(
	String^ s
)

Parameters

s
Type: System..::.String
The alphabet in string

Return Value

The AlphabeticFilter enumerated type

See Also