I would like parse this string.
I would like to pull out this value
e1fc5ca6-e2e0-3a4d-9e03-73be39e2c4d1
{"access_token":"e1fc5ca6-e2e0-3a4d-9e03-73be39e2c4d1","scope":"am_application_scope default","token_type":"Basic","expires_in":3406}
How do I renew a token. I want to use HttpWebrequest. Here is what I have so far
public override void PreExecute()
{
string Url = "https://apig-qa.eip.css.test.com/oauth2/token";
string data =...
I want to format results in my query.
I want the length to be 6.
If its 5 in length I want to add a zero at the end
If the value is 4 in length I want to add a leading zero and a zero at the end.
Does some have an example of this.
Thanks
Select number from table
results "number"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.