ClassRecord.GetByte(String) Method

Definition

Retrieves the value of the provided memberName.

public:
 System::Byte GetByte(System::String ^ memberName);
public byte GetByte (string memberName);
member this.GetByte : string -> byte
Public Function GetByte (memberName As String) As Byte

Parameters

memberName
String

The name of the member.

Returns

The value.

Applies to