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

Image Transition in VB.NET Windows Forms

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

مقدمة إلي إخفاء المعلومات - الجزء الثاني