CurrentValueRecord.GetChar(Int32) 方法
定义
检索字符形式的字段值。Retrieves the field value as a 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
字段的序号。The ordinal of the field.
返回
字符形式的字段值。The field value as a char.