Re: [Mono-list] Incorporate hexidecimal in C# string

2014-10-13 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Alf C Stockton > > In C i would sprintf it but have as yet not found an equivalent in C# The .Net equivalent of sprintf is String.Format. http://www.dotnetperls.com/string-format __

Re: [Mono-list] Incorporate hexidecimal in C# string

2014-10-13 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of Alf C Stockton > > Please tell me how I would go about incorporating hex 0x02 and 0x03, Start > Of Text and End of Text, into a string in C#. > In C i would sprintf it but have as yet not found a

Re: [Mono-list] Incorporate hexidecimal in C# string

2014-10-13 Thread Slide
On Mon, Oct 13, 2014 at 5:29 AM, Baltasar García Perez-Schofield < baltas...@gmail.com> wrote: > > > Hi, > > >Please tell me how I would go about incorporating hex 0x02 and 0x03, Start > >Of Text and End of Text, into a string in C#. > >In C i would sprintf it but have as yet not found an

[Mono-list] Incorporate hexidecimal in C# string

2014-10-13 Thread Baltasar García Perez-Schofield
Hi, >Please tell me how I would go about incorporating hex 0x02 and 0x03, Start >Of Text and End of Text, into a string in C#. >In C i would sprintf it but have as yet not found an equivalent in C#. >In fact from the reading I have done I am no longer sure that C# can >handle hex

[Mono-list] Incorporate hexidecimal in C# string

2014-10-13 Thread Alf C Stockton
Please tell me how I would go about incorporating hex 0x02 and 0x03, Start Of Text and End of Text, into a string in C#. In C i would sprintf it but have as yet not found an equivalent in C#. In fact from the reading I have done I am no longer sure that C# can handle hex. -- Regards, Alf Stockto