C-Sharp Space Example – Code Sample Syntax

C-Sharp Space Example – Code Sample Syntax Abstract: – Illustrates using C-Sharp Space Code Example. Space Other Languages Space VB.NET Console Space VB.NET ASP.NET Space C# ASP.NET Other C-Sharp Console Examples  *** 1. Download Source Code ***   Download Source Code for All C-Sharp Console Examples in One Project – source code for hundreds of C-Sharp console examples neatly organized in a single... [Read More...]

C-Sharp Replace Example – Code Sample Syntax

C-Sharp Replace Example – Code Sample Syntax Abstract: – Illustrates using C-Sharp Replace Code Example. Replace Other Languages Replace VB.NET Console Replace VB.NET ASP.NET Replace C# ASP.NET Other C-Sharp Console Examples  *** 1. Download Source Code ***   Download Source Code for All C-Sharp Console Examples in One Project – source code for hundreds of C-Sharp console examples neatly organized... [Read More...]

VB.NET Array Reverse Example – Code Sample Syntax

VB.NET ArrayReverse Example – Code Sample Syntax Abstract: – Illustrates using VB.NET ArrayReverse Code Example. View Other VB.NET Source Code Examples      *** 1. Download Source Code ***   Download Source Code for All VB Console Examples in One Project    *** 2. ArrayReverse Syntax ***  Purpose: Reverses the order of elements in an array Syntax: arrayname.Reverse ... [Read More...]

VB.NET Array: One Dimensional Example – Code Sample Syntax

VB.NET ArrayOneDimensional Example – Code Sample Syntax Abstract: – Illustrates using VB.NET ArrayOneDimensional Code Example. View Other VB.NET Source Code Examples      *** 1. Download Source Code ***   Download Source Code for All VB Console Examples in One Project    *** 2. ArrayOneDimensional Syntax ***  Purpose: Creates one dimensional array Syntax: arrayname(upperbound)... [Read More...]

C-Sharp Console Type Conversion Function Examples

C-Sharp Console Type Conversion Function Examples Purpose: – Illustrates Conversion Function Examples for C-Sharp Console Applications. View Other C-Sharp Console Source Code Examples » C-Sharp Console Type Conversion Function Examples Type Conversion Functions Input Expression Result Convert.ToBoolean(expression) Char, Numeric, or String BooleanDataType Convert.ToByte(expression) 0 to 255 unsigned (gets rounded) Byte... [Read More...]

VB.NET ASPNET Type Conversion Function Examples

VB.NET ASPNET Type Conversion Function Examples Purpose: – Illustrates Type Conversion Function Examples for VB.NET ASPNET Applications. View Other VB.NET ASPNET Source Code Examples » VB.NET ASPNET Type Conversion Function Examples Type Type Conversion Functions Input Expression Result CBool(expression) Char, Numeric, or String BooleanDataType CByte(expression) 0 to 255 unsigned (gets rounded) Byte Data Type CChar(expression) Char... [Read More...]

VB.NET ASPNET Math Function Examples

VB.NET ASPNET Math Function Examples Purpose: – Illustrates Math Function Examples for VB.NET ASPNET Applications. View Other VB.NET ASPNET Source Code Examples » VB.NET ASPNET Math Function Examples Math Functions Input Expression & Purpose Result Abs(expression) Decimal, Double, Int16, Int32, Int64, SByte, Single – absolute value is returned DataTypeofInput Acos(double) Double – takes a cosine as double... [Read More...]

ConvertToUInt64 Example Syntax C-Sharp ASP.NET | C# ConvertToUInt64 | Source Code

ConvertToUInt64 Example Syntax C-Sharp ASP.NET | C# ConvertToUInt64 | Source Code Summary: – Illustrates using ConvertToUInt64 with Source Code Syntax Example in C-Sharp ASP.NET. View Other C-Sharp ASP.NET Type Conversion Function Examples Purpose: Converts numbers into ULong data type – ULong data type is a 64-bit (8-byte) unsigned integer that can hold values from 0 to 18,446,744,073,709,551,615 (unsigned). Rounds fractions... [Read More...]

ConvertToUInt32 Example Syntax C-Sharp ASP.NET | C# ConvertToUInt32 | Source Code

ConvertToUInt32 Example Syntax C-Sharp ASP.NET | C# ConvertToUInt32 | Source Code Summary: – Illustrates using ConvertToUInt32 with Source Code Syntax Example in C-Sharp ASP.NET. View Other C-Sharp ASP.NET Type Conversion Function Examples Purpose: Converts numbers into UInteger data type – UInteger data type is a 32-bit (4-byte) unsigned integer that can hold values from 0 to about 4 billion (4,294,967,295). Rounds fractions... [Read More...]

ConvertToUInt16 Example Syntax C-Sharp ASP.NET | C# ConvertToUInt16 | Source Code

ConvertToUInt16 Example Syntax C-Sharp ASP.NET | C# ConvertToUInt16 | Source Code Summary: – Illustrates using ConvertToUInt16 with Source Code Syntax Example in C-Sharp ASP.NET. View Other C-Sharp ASP.NET Type Conversion Function Examples Purpose: Converts numbers into UShort data type – UShort data type is a 16-bit (2-byte) unsigned integer that can hold values from 0 to 65,535 (unsigned). Rounds fractions to whole numbers Syntax:... [Read More...]

ConvertToString Example Syntax C-Sharp ASP.NET | C# ConvertToString | Source Code

ConvertToString Example Syntax C-Sharp ASP.NET | C# ConvertToString | Source Code Summary: – Illustrates using ConvertToString with Source Code Syntax Example in C-Sharp ASP.NET. View Other C-Sharp ASP.NET Type Conversion Function Examples Purpose: Converts boolean, date, and numeric data types into String data type Syntax: Convert.ToString(expression) Parameters Description expression boolean, date, and numeric data types Result... [Read More...]

Next Page »