TextValidatorMakeTitle.ValidateText Method

GeonBit.UI

TextValidatorMakeTitleValidateText Method
Always return true, and make first character uppercase while all following chars lowercase.

Namespace:  GeonBit.UI.Entities.TextValidators
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool ValidateText(
	ref string text,
	string oldText
)

Parameters

text
Type: SystemString
New text input value.
oldText
Type: SystemString
Previous text input value.

Return Value

Type: Boolean
Always return true.

Implements

ITextValidatorValidateText(String, String)
See Also