CharacterData.Substring

CharacterData.Substring method

ノードから一定範囲のデータを抽出します。

public virtual string Substring(int offset, int count)
パラメータ タイプ 説明
offset Int32 オフセット。
count Int32 カウント。

関連項目