devxlogo

upload

test 3 for white space

Finally, execute the commands in the pipeline and do something with the output: Collection output = pipeline.Invoke(); foreach (PSObject psObject in output) {      Process process = (Process)psObject.BaseObject;      Console.WriteLine(“Process name: ” + process.ProcessName); } foreach (PSObject psObject in output) {    Process process = (Process)psObject.BaseObject;    Console.WriteLine(“Process name: ” + process.ProcessName); }

test 2 for white space

this is a test for indenting: Private Sub GetCurrentMethodName() /* indented with spaces*/ Dim sfFrame As StackFrame = New StackFrame() Dim mbMethod As MethodBase = sfFrame.GetMethod() MessageBox.Show(mbMethod.Name) /* indented with

How to work on SQL

How to work on SQL How to work on SQL How to work on SQL How to work on SQL How to work on SQL How to work on SQL

This is a test

The following is a chunk of code to see if formatting his maintained: Private Sub GetCurrentMethodName()        Dim sfFrame As StackFrame = New StackFrame()     Dim mbMethod As MethodBase = sfFrame.GetMethod()    

JAVAFX Test test

JAVAFX Test testJAVAFX Test testJAVAFX Test testJAVAFX Test test JAVAFX Test testJAVAFX Test testJAVAFX Test test JAVAFX Test test JAVAFX Test testJAVAFX Test testJAVAFX Test test JAVAFX Test testJAVAFX Test

How to Configure c#

How to Configure c#How to Configure c#How to Configure c#How to Configure c#How to Configure c#How to Configure c#How to Configure c#

Convert Delimited Text File to DataTable

The following code converts a delimited text file to a DataTable: Private Function CreateDataTable(ByVal path As String, ByVal headers As Boolean, ByVal delimiter As Char) As DataTable Dim dt As

Get Letter Count

The following code returns the amount of times that a char appears in a stringPrivate Function GetLetterCount(ByVal input As String, ByVal letter As Char) As Integer Return input.ToCharArray().Count(Function(c) c =