Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating unique file name
Message
De
04/04/2004 18:03:10
Keith Payne
Technical Marketing Solutions
Floride, États-Unis
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00892107
Message ID:
00892133
Vues:
18
This message has been marked as the solution to the initial question of the thread.
Dmitry,

You can use System.Guid.NewGuid().ToString("N").SubString(24) to get a unique, 8-character string.

>I need to create a unique file name similar to way it is done with
>
>SUBSTR(SYS(2015), 3, 10)
>
in VFP.
>
>Is there such a thing in .NET?
>
>Thank you.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform