Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. csupriest

    parse this string

    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}
  2. csupriest

    webservice renew Token

    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 =...
  3. csupriest

    formatting

    This is for a backend process. This seems to work but not for values that are 5 in length example 25111 need it to be: 251110
  4. csupriest

    formatting

    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"...
  5. csupriest

    script users

    Is there a way to script out creating a user and its securables?

Part and Inventory Search

Back
Top