| Escape special characters in a string? (3 replies) |
| ASPFriends.com 'ngfx-compiledynamic' list |
| I'm trying to create a method that will take a String entered by the user, and generate a String that has all/any language specific escape characters removed/rendered inoperable. ferinstance... User inputs the string: 20 He said, "But what\where will it be". I want the method to transform that into: [C#] He said, \"But what\\where will it be\". [VB] He said, ""But what\where will it be"". Andy Smi... |
|
| Strings divided at 80 chars? (3 replies) |
| ASPFriends.com 'ngfx-compiledynamic' list |
| aGF2aW5nIGEgcHJvYmxlbSB3aXRoIHRoZSBmb2xsb3dpbmcgY29kZToNCiANCmdlbmVyYXRvci5H ZW5lcmF0ZUNvZGVGcm9tU3RhdGVtZW50KCBDcmVhdGVBcHBlbmRDYWxsKCBsaW5lICksIG91dHB1 dCwgb3B0aW9ucyApOw0KIA0KICAgICAgICBwcm90ZWN0ZWQgdmlydHVhbCBDb2RlU3RhdGVtZW50 IENyZWF0ZUFwcGVuZENhbGwoIFN0cmluZyBhcHBlbmRlZFN0cmluZyApIHsNCiAgICAgICAgICAg IENvZGVWYXJpYWJsZVJlZmVyZW5jZUV4cHJlc3Npb24gdGFyZ2V0T2JqZWN0ID0gbmV3IENvZGVW YXJpYWJsZVJlZmV... |
|
| tutorial articles or books? (2 replies) |
| ASPFriends.com 'ngfx-compiledynamic' list |
| does anybody know of ANY references for the CodeGenerator stuff? I'm looking into making a form that can generate code for multiple languages... 20 and the whole concept of using methods to write code is a bit foreign to me. web articles, books, even interesting message threads. ANYTHING. All i've found so far is a rather explanation light page on the quickstarts: http://samples.gotdotnet.com/quic... |
|