Mid

文字列から指定された数の文字を取得します。

string  Mid(
  uint  pos,      // 位置
  uint  count      // 文字数
  )

パラメータ

pos

[in] 文字列の位置

count

[in]  文字数

戻り値

結果サブストリング