MsgBox(Month(Now()))
Dim month_name As String = MonthName(Month(Now()))
Dim lbl_employee_id As Label = CType(e.Row.FindControl("lbl_employee_id"), Label) Dim value As Integer = CType(12.05 * 12.05, Single)
Dim lbl_employee_name As Label = DirectCast(e.Row.FindControl("lbl_employee_name"), Label)
Dim text1 As String = DropDownList1.SelectedItem.Text Dim text2 As String = DropDownList1.Text
Dim str As String = "Dot Net Funda" If (str.Contains("Dot Net")) Then MsgBox("True") Else MsgBox("False") End If
If lst.Contains("any items") Then 'perform any action End If
string value = CSTR(ds.Tables(0).Rows(0)("Name")); string value = Convert.ToString(ds.Tables(0).Rows(0)("Name"));
int number = Convert.ToInt32("1"); int number = CINT("1");
Dim _first_name As String Public Property First_Name() As String Get Return _first_name End Get Set(ByVal value As String) _first_name = value End Set End Property
Public ReadOnly Property Age() As Integer Get Return 30 End Get End Property
MsgBox("Hello")
Import System.IO File.Move("C:\file_name1", "C:\file_name2")