Code: Select all
Public Function function1(ByVal param1 As String, ByVal param2 As String) As String
Return param1
End Function
so PC display show some garbage characters x2 because the unicode
i dont see way to make vb.net return needed string format

is it possible function to return other type data instead of string ??? i try byte() dont work
