共用方式為


CurrentValueRecord.GetChar(Int32) 方法

定義

將欄位值擷取成字元 (Char)。

public:
 override char GetChar(int ordinal);
public override char GetChar (int ordinal);
override this.GetChar : int -> char
Public Overrides Function GetChar (ordinal As Integer) As Char

參數

ordinal
Int32

欄位的序數。

傳回

成為字元的欄位值。

實作

適用於