Functions.RAt 方法 | |
返回字符表达式或备注字段在另一个字符表达式或备注字段中最后一次出现的位置。
命名空间:
XSharp.VFP
程序集:
XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法 FUNCTION RAt(
cSearchExpression AS STRING,
cExpressionSearched AS STRING,
dwOccurrence AS DWORD
) AS DWORD
public static uint RAt(
string cSearchExpression,
string cExpressionSearched,
[DefaultParameterValueAttribute(1, 0)] uint dwOccurrence
)
查看代码参数
- cSearchExpression
- 类型:String
指定 RAt() 在 cExpressionSearched中查找的字符表达式。
- cExpressionSearched
- 类型:String
指定 RAt() 搜索的字符表达式。
字符表达式 cSearchExpression 和 cExpressionSearched 可以是任意大小的备注字段。
- dwOccurrence
- 类型:UInt32
返回值
类型:
UInt32
数值型
备注 在 X# 中可以忽略 RAtC() 和 RAt() 之间的区别,因为所有字符都是 Unicode, 因此没有单字节和双字节字符的区别。
参见