語言

StringBuffer.CodePointCount(Int32, Int32) 方法

定義

新增 1.

[Android.Runtime.Register("codePointCount", "(II)I", "")]
public override int CodePointCount(int beginIndex, int endIndex);
[<Android.Runtime.Register("codePointCount", "(II)I", "")>]
override this.CodePointCount : int * int -> int

參數

beginIndex
Int32

子序列的包含性起始索引。

endIndex
Int32

子序列的排他終點索引。

傳回

指定範圍內的 Unicode 代碼點數。

屬性

備註

已在1.5中新增。

Java 文件 java.lang.StringBuffer.codePointCount(int, int)。

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於