Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More on strings
Message
From
24/01/2005 12:58:23
 
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00980086
Message ID:
00980089
Views:
32
Gerard,

.NET string types have Substring methods. Integer types have .ToString() methods.

~~Bonnie



>Another question on manipulating strings.
>I have a numeric field (N 10) and I want to take the last 5 characters
> and include it in a field with other text.
>
>e.g.
>MyNewNum = "ABC" + Substr(str(MyNum),6,5) + 'XYZ'
>to end up as : ABC00035XYZ (The 00035 is left zeroed MyNum)
>
>How would this be done in c sharp.
>
>Thanks in advance for any help.
>
>Gerard
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform