C# Chr Example | Chr | Source Code

C# Chr Example | Chr | Source Code Purpose: – Illustrates the C# Syntax for Chr. View Other C# Source Code Examples » Step 1: Click on C# to Cut-n-paste code into clsChr.cs using System; public class clsChr using System; public class clsChr {   public void Main() {     //**************************************************************************************** // Purpose: Returns... [Read More...]

C# Chars Example | Chars | Source Code

C# Chars Example | Chars | Source Code Purpose: – Illustrates the C# Syntax for Chars. View Other C# Source Code Examples » Step 1: Click on C# to Cut-n-paste code into clsChars.cs using System; public class clsChars {   public void Main() {     //**************************************************************************************** // Example #1: Chars(index) //... [Read More...]

C# AscW Example | AscW | Source Code

C# AscW Example | AscW | Source Code Purpose: – Illustrates the C# Syntax for AscW. View Other C# Source Code Examples » Step 1: Click on C# to Cut-n-paste code into clsAscW.cs using System;   public class clsAscW {   public void Main() {     //**************************************************************************************** // Purpose: Returns an Integer value... [Read More...]

C# Asc Example | Asc | Source Code

C# Asc Example | Asc | Source Code Purpose: – Illustrates the C# Syntax for Asc. View Other C# Source Code Examples » Step 1: Click on C# to Cut-n-paste code into clsAsc.cs using System;   public class clsAsc {   public void Main() {     //**************************************************************************************** // Purpose: Returns an Integer value representing... [Read More...]

C# Binary File Read Sequential Example | Binary File Read Sequential | Source Code

C# Binary File Read Sequential Example | Binary File Read Sequential | Source Code Purpose: – Illustrates the C# Syntax for Sequential Read of Binary File. View Other C# Source Code Examples » Step 1: Click on C# to Cut-n-paste code into clsBinaryFileReadSequential.cs using System.IO; using System.Collections; using System.Runtime.Serialization.Formatters.Binary; using System.Runtime.Serialization; using Microsoft.VisualBasic; using... [Read More...]

C# Binary File Read Random Example | Binary File Read Random | Source Code

C# Binary File Read Random Example | Binary File Read Random | Source Code Purpose: – Illustrates the C# Syntax for Random Read of Binary File. View Other C# Source Code Examples » Step 1: Use C# to Cut-n-paste code into clsBinaryFileReadRandom.cs using System; using System.IO; using Microsoft.VisualBasic;   // This example is from http://IdealProgrammer.com   public class clsBinaryFileReadRandom {         public... [Read More...]

UCase() Example Syntax VB.NET ASP.NET | UCase() | Source Code

UCase Example Syntax VB.NET ASP.NET | UCase | Source Code Summary: – Illustrates using UCase with Source Code Syntax Example in VB.NET ASP.NET. UCase Other Languages UCase VB.NET Console UCase C# Console UCase C# ASP.NET Other VB.NET ASP.NET Examples  *** 1. Download Source Code ***   Download Source Code for All VB ASP.NET Examples in One Project – source code for hundreds of VB.NET ASP.NET examples neatly... [Read More...]

Trim() Example Syntax VB.NET ASP.NET | Trim() | Source Code

Trim Example Syntax VB.NET ASP.NET | Trim | Source Code Summary: – Illustrates using Trim with Source Code Syntax Example in VB.NET ASP.NET. Trim Other Languages Trim VB.NET Console Trim C# Console Trim C# ASP.NET Other VB.NET ASP.NET Examples  *** 1. Download Source Code ***   Download Source Code for All VB ASP.NET Examples in One Project – source code for hundreds of VB.NET ASP.NET examples neatly organized... [Read More...]

ToUpper() Example Syntax VB.NET ASP.NET | ToUpper() | Source Code

ToUpper Example Syntax VB.NET ASP.NET | ToUpper | Source Code Summary: – Illustrates using ToUpper with Source Code Syntax Example in VB.NET ASP.NET. ToUpper Other Languages ToUpper VB.NET Console ToUpper C# Console ToUpper C# ASP.NET Other VB.NET ASP.NET Examples  *** 1. Download Source Code ***   Download Source Code for All VB ASP.NET Examples in One Project – source code for hundreds of VB.NET ASP.NET... [Read More...]

ToLower() Example Syntax VB.NET ASP.NET | ToLower() | Source Code

ToLower Example Syntax VB.NET ASP.NET | ToLower | Source Code Summary: – Illustrates using ToLower with Source Code Syntax Example in VB.NET ASP.NET. ToLower Other Languages ToLower VB.NET Console ToLower C# Console ToLower C# ASP.NET Other VB.NET ASP.NET Examples  *** 1. Download Source Code ***   Download Source Code for All VB ASP.NET Examples in One Project – source code for hundreds of VB.NET ASP.NET... [Read More...]

Substring() Example Syntax VB.NET ASP.NET | Substring() | Source Code

Substring Example Syntax VB.NET ASP.NET | Substring | Source Code Summary: – Illustrates using Substring with Source Code Syntax Example in VB.NET ASP.NET. Substring Other Languages Substring VB.NET Console Substring C# Console Substring C# ASP.NET Other VB.NET ASP.NET Examples  *** 1. Download Source Code ***   Download Source Code for All VB ASP.NET Examples in One Project – source code for hundreds... [Read More...]

« Previous PageNext Page »