lothos12345 Posted May 16, 2005 Posted May 16, 2005 What is a GUID and how can I use it to remove "-" for a file name? Any help given is greatly appreciated. Quote
Administrators PlausiblyDamp Posted May 16, 2005 Administrators Posted May 16, 2005 A GUID is just a unique identifier (actually short for Globally Unique IDentifier. These are a 128 bit random number usually expressed in the form "1e0efbec-79f1-4462-b390-a4f0ac64555b" or similar. Not the foggiest idea what you mean by how can I use it to remove "-" for a file name? as they have no specific functionality in regards to a filename. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
kejpa Posted May 17, 2005 Posted May 17, 2005 how can I use it to remove "-" for a file name? Why remove the "-"? Keep them and use the Guid as file name with an extention of your choise. HTH /Kejpa Quote
HJB417 Posted May 17, 2005 Posted May 17, 2005 Or use ToString("N") to convert it to a string and remove the '-' Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.