Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating unique file name
Message
From
04/04/2004 18:03:10
Keith Payne
Technical Marketing Solutions
Florida, United States
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00892107
Message ID:
00892133
Views:
19
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform