28-11-17, 10:19 AM
PHP كود :
Public Sub SrchCustName(ByVal customer_name As String, ByVal ignoreCase As Boolean)
يتم تعريف بارامتر بهذا الشكل
Dim s As String = If(ignoreCase, customer_name.ToUpper(CultureInfo.CurrentCulture), customer_name)
أكمل بقية الكود و ابخث عن البارامتر الجديد
End Sub
Retired

