Kopīgot, izmantojot


ClassRecord.GetString(String) Method

Definition

Retrieves the value of the provided memberName.

public:
 System::String ^ GetString(System::String ^ memberName);
public string? GetString (string memberName);
member this.GetString : string -> string
Public Function GetString (memberName As String) As String

Parameters

memberName
String

The name of the member.

Returns

The value.

Applies to