 | PledgePanelIsPledgeAmount Method |
Check if the pledge is for the provided amount.
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static bool IsPledgeAmount(
string amount
)
Public Shared Function IsPledgeAmount (
amount As String
) As Boolean
public:
static bool IsPledgeAmount(
String^ amount
)
Parameters
- amount
- Type: SystemString
The amount to check for.
Return Value
Type:
BooleanTrue if the pledge is for the provided amount, false otherwise.
See Also