NET API Reference
System.String
public static class System.String
The String
class is the fundamental class for representing text strings in .NET. It is used to store and manipulate text data.
Parameters: None.
Returns: None.
System.Console
public static class System.Console
Provides static methods for interacting with the console.
Parameters: None.
Returns: None.
System.Int32
public static class System.Int32
Represents a 32-bit signed integer.