Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
GeneralRe: left Circular shift ?? Pin
Henry Minute7-Nov-10 9:49
Henry Minute7-Nov-10 9:49 
GeneralRe: left Circular shift ?? Pin
Pete O'Hanlon7-Nov-10 9:13
mvePete O'Hanlon7-Nov-10 9:13 
GeneralRe: left Circular shift ?? Pin
ZeroOne87-Nov-10 9:54
ZeroOne87-Nov-10 9:54 
GeneralRe: left Circular shift ?? Pin
OriginalGriff7-Nov-10 21:42
mveOriginalGriff7-Nov-10 21:42 
GeneralRe: left Circular shift ?? Pin
ZeroOne88-Nov-10 11:10
ZeroOne88-Nov-10 11:10 
GeneralRe: left Circular shift ?? Pin
harold aptroot7-Nov-10 10:11
harold aptroot7-Nov-10 10:11 
AnswerRe: left Circular shift ?? Pin
Dave Kreskowiak7-Nov-10 8:26
mveDave Kreskowiak7-Nov-10 8:26 
AnswerRe: left Circular shift ?? Pin
Henry Minute7-Nov-10 8:53
Henry Minute7-Nov-10 8:53 
AFAIK there is no built in function to do this.

It would be fairly easy to write your own, though.

Assuming an 11 character string. One way would be to reverse the string and then create a new string from the last 10 characters of the original + the last character of the reversed string.

There are loads more ways though.
Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

AnswerRe: left Circular shift ?? Pin
AspDotNetDev7-Nov-10 11:48
protectorAspDotNetDev7-Nov-10 11:48 
GeneralRe: left Circular shift ?? [modified] Pin
ZeroOne87-Nov-10 12:04
ZeroOne87-Nov-10 12:04 
AnswerRe: left Circular shift ?? Pin
Luc Pattyn7-Nov-10 12:15
sitebuilderLuc Pattyn7-Nov-10 12:15 
GeneralRe: left Circular shift ?? Pin
ZeroOne87-Nov-10 12:31
ZeroOne87-Nov-10 12:31 
GeneralRe: left Circular shift ?? Pin
PIEBALDconsult8-Nov-10 14:13
mvePIEBALDconsult8-Nov-10 14:13 
GeneralRe: left Circular shift ?? Pin
AspDotNetDev8-Nov-10 15:08
protectorAspDotNetDev8-Nov-10 15:08 
GeneralRe: left Circular shift ?? Pin
PIEBALDconsult8-Nov-10 15:28
mvePIEBALDconsult8-Nov-10 15:28 
Questioni have problem with uploading image to server using httpwebrequest Pin
TAREQ F ABUZUHRI7-Nov-10 3:44
TAREQ F ABUZUHRI7-Nov-10 3:44 
AnswerRe: i have problem with uploading image to server using httpwebrequest Pin
JF20157-Nov-10 3:56
JF20157-Nov-10 3:56 
GeneralRe: i have problem with uploading image to server using httpwebrequest Pin
TAREQ F ABUZUHRI7-Nov-10 4:28
TAREQ F ABUZUHRI7-Nov-10 4:28 
QuestionExtract values in between [] for array Pin
pancakeleh6-Nov-10 21:04
pancakeleh6-Nov-10 21:04 
AnswerRe: Extract values in between [] for array Pin
OriginalGriff6-Nov-10 21:53
mveOriginalGriff6-Nov-10 21:53 
GeneralRe: Extract values in between [] for array Pin
pancakeleh6-Nov-10 22:12
pancakeleh6-Nov-10 22:12 
GeneralRe: Extract values in between [] for array Pin
OriginalGriff6-Nov-10 22:19
mveOriginalGriff6-Nov-10 22:19 
GeneralRe: Extract values in between [] for array Pin
pancakeleh6-Nov-10 22:42
pancakeleh6-Nov-10 22:42 
GeneralRe: Extract values in between [] for array Pin
OriginalGriff6-Nov-10 22:52
mveOriginalGriff6-Nov-10 22:52 
AnswerRe: Extract values in between [] for array Pin
_Erik_6-Nov-10 23:29
_Erik_6-Nov-10 23:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.