要件にもよりますが、数字列が例えば2だけかどうかを検査したいのであれば、 System.Text.RegularExpressions.Regex.Match(text,"\d+").Value="2" で判定できます。 もしファイル名だけを検査したいのに途中のパス名が影響しているという話であれば System.IO.Path.GetFileName メソッドでファ...
icon for that. Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution. Topic that contains most common solutions with example project files can be foundhere. Read ourofficial documentationwhere you can find a lot of information and...