G
Guest
i have a method like this
public void MethodName(byte[] data)
{
}
and the textbox.text is the one suppying the argument to the method but my
problem is its a string... how can i do this? any example please? i would
really appreciate any help at all.
public void MethodName(byte[] data)
{
}
and the textbox.text is the one suppying the argument to the method but my
problem is its a string... how can i do this? any example please? i would
really appreciate any help at all.