Determines whether the specified System.ComponentModel.MaskedTextResultHint denotes success or failure.
- hint
- A System.ComponentModel.MaskedTextResultHint value typically obtained as an output parameter from a previous operation.
true if the specified System.ComponentModel.MaskedTextResultHint value represents a success; otherwise, false if it represents failure.
The following methods of the System.ComponentModel.MaskedTextProvider class contain a parameter of type System.ComponentModel.MaskedTextResultHint that is used to output information about the operation of the method: erload:System.ComponentModel.MaskedTextProvider.Add, erload:System.ComponentModel.MaskedTextProvider.Clear, erload:System.ComponentModel.MaskedTextProvider.InsertAt, erload:System.ComponentModel.MaskedTextProvider.Remove, erload:System.ComponentModel.MaskedTextProvider.RemoveAt, erload:System.ComponentModel.MaskedTextProvider.Replace, erload:System.ComponentModel.MaskedTextProvider.Set, MaskedTextProvider.VerifyChar(char, int, MaskedTextResultHint@), and erload:System.ComponentModel.MaskedTextProvider.VerifyString. The MaskedTextProvider.GetOperationResultFromHint(MaskedTextResultHint) method interprets this value and returns a Boolean value that indicates whether the System.ComponentModel.MaskedTextResultHint has signaled that the operation was a success or failure.