Substring (19)" returns empty string, that is why "strMyString=strMyString.Substring(2, 1).ToString" throws error as there is no index 2.
確定! 回上一頁