PR

C# 文字列の削除 String.Removeメソッド

String.Removeメソッド
ex.) stringX の先頭一文字をカット stringX.Remove(0,1)

コメント