BlackWaspTM

This web site uses cookies. By using the site you accept the cookie policy.This message is for compliance with the UK ICO law.

<< Previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Next >> |
C# ArraysC# Arrays
The twenty-eighth part of the C# Fundamentals tutorial increases our knowledge of data types. The tutorial has reviewed many data types, each storing a single value. This article considers the use of arrays to store many values in a simple structure.
C# String Testing FunctionsC# String Testing Functions
The twenty-fourth part of the C# Fundamentals tutorial completes the initial examination of the string manipulation functionality provided by the String class. This article investigates methods available for testing the contents of strings.
C# String Comparison FunctionsC# String Comparison Functions
The twenty-third part of the C# Fundamentals tutorial continues the examination of the string manipulation functionality provided by the String class. This article investigates methods available for comparing the contents of strings.
C# Simple String Manipulation FunctionsC# Simple String Manipulation Functions
The twenty-second part of the C# Fundamentals tutorial continues the examination of the string manipulation functionality provided by the String class. This article investigates some of the simple methods available to manipulate the text of a string.
C# Simple String Formatting FunctionsC# Simple String Formatting Functions
The twenty-first part of the C# Fundamentals tutorial starts an examination of the string manipulation functionality provided by the String class. This article investigates some of the simple but often used string formatting methods.
C# String Generation with String.FormatC# String Generation with String.Format
The twentieth part of the C# Fundamentals tutorial adds to the previous examination of conversion between numeric and string data. This article describes the Format method of the String class that allows generation of strings containing text and numbers.
C# Number to String ConversionC# Number to String Conversion
The nineteenth part of the C# Fundamentals tutorial continues the examination of conversion between string data and numeric data. This article considers the reverse of the previous part, this time transforming numeric data into formatted strings.
C# String to Number ConversionC# String to Number Conversion
The eighteenth part of the C# Fundamentals tutorial brings together the native data types discussed so far. This article describes how to convert string values to numeric types. This is essential when allowing free-form user input of numeric data.
C# Basic String OperatorsC# Basic String Operators
The seventeenth part of the C# Fundamentals tutorial looks at the use of the basic operators used earlier in the tutorial and how they can be applied to the string data type. These operators form the starting knowledge of C# string manipulation.
C# String Data TypeC# String Data Type
The sixteenth part of the C# Fundamentals tutorial begins an examination of the string data type. This is possibly the most important native data type in the C# programming language. Using strings, we can perform processing of textual information.
<< Previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Next >> |