Text Disguise

CaptchaWord.ValidateImageWord Method 

[This is preliminary documentation and subject to change.]

Returns a boolean value indicating if the text that was supplied matches what is stored in the database for the provided CAPTCHA Image.

[Visual Basic]
Public Function ValidateImageWord( _
   ByVal captchaImageGuid As String, _
   ByVal word As String _
) As Boolean
[C#]
public bool ValidateImageWord(
   string captchaImageGuid,
   string word
);

Parameters

captchaImageGuid
A String containing the GUID of the CAPTCHA image.
word
The word to validate.

Return Value

A boolean value which indicates whether the text successfully matches the text stored for the image GUID.

See Also

CaptchaWord Class | Dls.TextDisguise Namespace