CurrentValueRecord.GetString(Int32) 方法
定义
检索字符串形式的字段值。Retrieves the field value as a string.
public:
override System::String ^ GetString(int ordinal);
public override string GetString (int ordinal);
override this.GetString : int -> string
Public Overrides Function GetString (ordinal As Integer) As String
参数
- ordinal
- Int32
字段的序号。The ordinal of the field.
返回
字段值。The field value.