Functions.At_C 方法 | |
返回另一个字符表达式或备注字段中第一个出现的字符表达式或备注字段的开始数值位置,从最左边的字符开始计数。
命名空间:
XSharp.VFP
程序集:
XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法 FUNCTION At_C(
cSearchExpression AS STRING,
cExpressionSearched AS STRING,
dwOccurrence AS DWORD
) AS DWORD
public static uint At_C(
string cSearchExpression,
string cExpressionSearched,
[DefaultParameterValueAttribute(1, 0)] uint dwOccurrence
)
查看代码参数
- cSearchExpression
- 类型:String
指定At( )在 cExpressionSearched 中搜索的字符表达式。 - cExpressionSearched
- 类型:String
指定 cSearchExpression 搜索的字符表达式。
cSearchExpression 和 cExpressionSearched 都可以是任意大小的备注字段。
- dwOccurrence
- 类型:UInt32
返回值
类型:
UInt32数值
备注 This is an alias for the At() function. X# works with unicode and the difference
between single byte and multi byte characters does not exist in Unicode
参见 引用
At_C(String, String, UInt32)