Substring

CharacterData.Substring method

从节点中提取一段数据。

public virtual string Substring(int offset, int count)
参数类型描述
偏移量Int32偏移量。
计数Int32计数。

另请参阅