Latest Tweets:

.net : Get the system’s list separator

This is handy: 

Dim sep As String = _ System.Globalization.CultureInfo.CurrentCulture.TextInfo.ListSeparator

  1. randomjarcom posted this