In earlier version of .NET framework we don’t have Guid.Parse method Now we have an Guid.Parse method in .NET Framework and it’s work like any parse method. Let’s see it by an example. Let’s create console application for that.
class Programand as expected here is the out put for that.
{
static void Main(string[] args)
{
string newID = "f718943d-757d-4975-947b-3dbff1205be6";
Guid myGuId = Guid.Parse(newID);
Console.WriteLine(myGuId.ToString());
Console.ReadLine();
}
}
That’s is it’s cool. Stay tuned for more..Happy programming..
You could acquire from an current category and add new techniques to your produced category. However, expansion techniques provide some unique versatility.
ReplyDeleteI don't understand what you want o say
ReplyDelete