Letters Method (String, Boolean)

HttpServer.dll

Validate that a string consists of only letters (including special letters)

Namespace:  HttpServer.Helpers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Letters(
	string name,
	bool required
)
Visual Basic (Declaration)
Public Function Letters ( _
	name As String, _
	required As Boolean _
) As String
Visual C++
public:
String^ Letters(
	String^ name, 
	bool required
)

Parameters

name
Type: System..::.String

[Missing <param name="name"/> documentation for "M:HttpServer.Helpers.FormValidator.Letters(System.String,System.Boolean)"]

required
Type: System..::.Boolean
If a value must be passed

Return Value

[Missing <returns> documentation for M:HttpServer.Helpers.FormValidator.Letters(System.String,System.Boolean)]

See Also