Jump to content

c# - Caracteres especiais


Loading...

Recommended Posts

obgd usei isso e resultou na perfeiçao mas agora que consegui tirar os caracteres especiais nao tou a conseguir escrever nada depois dessa variavel... eu escrevo o nome que quero por na imagem o programa vai buscar o date and time da tag da imagem e nao escreve a extenção

ASCIIEncoding encodings = new ASCIIEncoding();

try

{

string DT = encodings.GetString(propItems[15].Value);

listBox3.Items.Add("The Date & Time is " + DT + ".");

novonome2 = DT;

}

.

.

.

string novonome3 = novonome2.Replace(":", "-").Replace(" ","_");

.

.

.

System.IO.File.Move(@s, novonome + novonome3 + ".jpg");

.

Edited by Loading...
Link to comment
Share on other sites

ja esta bem essa parte nao escrevia porque novonome3 como era data nao aceitava nada escrito a frente... tive que criar outra variavel e guardar la o valor do novonome3... ms agr esta a dizer que esta a ser usado por outro processo... hahahaha "The process cannot access the file because it is being used by another process"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.