A Function to Convert Generic T To String

    Private Function Convert(Of T)(value As T) As String
        Return System.Convert.ToString(CType(value, Object), System.Globalization.CultureInfo.CurrentCulture())
    End Function

Comments

Popular posts from this blog

مقدمة الي تشفير الحروف الأبجدية العربية

Add Custom Event to a Class in VB.NET

VB.NET Translucent Control using GDI+