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
Visual Basic (Declaration) |
---|
Public Function Letters ( _
name As String, _
required As Boolean _
) As String |
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