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