MaskedTextProvider::GetOperationResultFromHint Method (MaskedTextResultHint)

 

Determines whether the specified MaskedTextResultHint denotes success or failure.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
static bool GetOperationResultFromHint(
	MaskedTextResultHint hint
)

Parameters

hint
Type: System.ComponentModel::MaskedTextResultHint

A MaskedTextResultHint value typically obtained as an output parameter from a previous operation.

Return Value

Type: System::Boolean

true if the specified MaskedTextResultHint value represents a success; otherwise, false if it represents failure.

The following methods of the MaskedTextProvider class contain a parameter of type MaskedTextResultHint that is used to output information about the operation of the method: Add, Clear, InsertAt, Remove, RemoveAt, Replace, Set, VerifyChar, and VerifyString. The GetOperationResultFromHint method interprets this value and returns a Boolean value that indicates whether the MaskedTextResultHint has signaled that the operation was a success or failure.

.NET Framework
Available since 2.0
Return to top
Show: