what is the max length of a String Type?

 

what is the max length of a String Type?

If i want to pass a long string which exceed the limit  into a function how can i do?

 
autotrader5:

what is the max length of a String Type?

If i want to pass a long string which exceed the limit  into a function how can i do?

my web request url passed to WebRequest function:

https://api.huobi.pro/v1/account/accounts?AccessKeyId=b87c97e3-9e054efd-20bbb949-f133e&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2018-02-05T06%3A08%3A32&Signature=OTI0MjY4MzliYzU0YzZiNzAwYTg0NWQ0ZWFlMGZkMDFmZmM5Y2JhM2I3MmU5Mzg2OTcxOGMxOWJiZDQyNjk0OQ%3D%3D

the url is cut to:

https://api.huobi.pro/v1/account/accounts?AccessKeyId=b87c97e3-9e054efd-20bbb949-f133e&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2018-02-05T06%3A08%3A32&Signature=OTI0MjY4MzliYzU0YzZiNzAwYTg0NWQ0ZWFlMGZkMDFmZmM5Y2JhM2I3M

:(:(

Reason: