Κοινή χρήση μέσω


ClassRecord.GetDecimal(String) Method

Definition

Retrieves the value of the provided memberName.

public:
 System::Decimal GetDecimal(System::String ^ memberName);
public decimal GetDecimal (string memberName);
member this.GetDecimal : string -> decimal
Public Function GetDecimal (memberName As String) As Decimal

Parameters

memberName
String

The name of the member.

Returns

The value.

Applies to