answersLogoWhite

0

What is fileinfo in csharp?

Updated: 12/1/2022
User Avatar

Wiki User

12y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is fileinfo in csharp?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Write a program to generate uppercase using cSharp?

string s = "asdfqwer"; s = s.ToUpper(System.Globalization.CultureInfo.CurrentCulture);


Array is value type or reference type in CSharp?

Array is a class name, hence ought to be a value type.


Is there any easy way to create a 10-bit unsigned integer in Csharp?

No. Use a standard 32-bit long integer, but only values between 0..1023.


What is attribute in csharp?

Attribute by itself is a class itself in C#. An instance of this class (or the derived class) may be applied to some elements in the program, at runtime, design time or both.I also came across some developers using "attribute" to refer to data members!!So, to get a better answer, perhaps should ask a better/clear-cut question.


What is advantage of csharp over c plus plus?

C# is 100% object-oriented whereas C++ is not; C++ supports the concept of primitive variables which are not implemented as objects, and therefore allows managed and unmanaged code to interoperate. C# is not unlike Java in many respects; the source code compiles to byte code rather than machine code. However it employs a syntax that is familiar to C++ coders. However, unlike Java, C# is not cross-platform and is intended for Windows .NET development only.

Related questions

What is FileInfo Class in C?

There are no classes in C -- it is not an object oriented language. As such there is no FileInfo class.


Is overloading supported in csharp?

Yes


What does the command fileinfo do?

The Linux command fileinfo will give the user a brief description of the file type information his/her screen. The type of information it provides typically includes which packaging of a program was used, the specific version that was run and its build identification, and the operating system on which it was run.


How do you use C code in Asp.Net using CSharp. I have code written in C and I want to use it in my ASP.NET application written in CSharp. What are the ways of converting importing using that code?

tretwre


Is array is value type or reference type in CSharp?

refernce type


Which language is more advisable for BE students to learn now either csharp or java?

java


What are the notes to a d major scale?

D, E, Fsharp, G, A, B, Csharp, D


Where download ut 2004 demo v3120?

http://www.fileplanet.com/136888/130000/fileinfo/Unreal-Tournament-2004-Demo-%5BMacintosh%5D


How to view Yahoo Chat history without using Yahoo Messenger?

Download this software from here http://www.filebuzz.com/fileinfo/52871/Yahoo_Chat_Message_Decoder.html


Write a program to generate uppercase using cSharp?

string s = "asdfqwer"; s = s.ToUpper(System.Globalization.CultureInfo.CurrentCulture);


What notes are in a d harmonic minor scale?

D E F G A Bflat Csharp D


Array is value type or reference type in CSharp?

Array is a class name, hence ought to be a value type.