Game Framework  2021.05.31
StringExtension类 参考

对 string 的扩展方法。 更多...

静态 Public 成员函数

static string ReadLine (this string rawString, ref int position)
 从指定字符串中的指定位置处开始读取一行。 更多...
 

详细描述

对 string 的扩展方法。

成员函数说明

◆ ReadLine()

static string ReadLine ( this string  rawString,
ref int  position 
)
static

从指定字符串中的指定位置处开始读取一行。

参数
rawString指定的字符串。
position从指定位置处开始读取一行,读取后将返回下一行开始的位置。
返回
读取的一行字符串。