string クラス : Length ゲッタ

説明

インスタンス内の文字の数を取得します。

構文

stringInstance.Length

引数

無し

返り値

クラス説明
intインスタンス内の文字の数。

サンプルコード

//anyStringはstring型のインスタンス.

int number = anyString.Length;

注意

System.Globalization.StringInfo.LengthInTextElementsのラッパーです。

参照リンク

Copyright © Rice All rights reserved.