'宣言
Public Overloads Shared Function IsMultiWidth( _
ByVal As System.String, _
ByVal As System.Integer _
) As System.Boolean
public static System.bool IsMultiWidth(
System.string ,
System.int
)
パラメータ
- s
- 文字列。
- index
- s 内の文字の位置
戻り値の型
s 内の位置 index にある文字がマルチ幅文字である場合は true、そうでない場合は false。