Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Space(1000) function in C#
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01402568
Message ID:
01402955
Vues:
38
>>Hi everybody,
>>
>>Sorry, how can I create a string filled with spaces? I found the solution for TabControl problem (almost) - not very elegant, but Ok with me for now - just set Text of the page to lot " "
>>
>>What is C# code for this?
>>
>>Thanks.
>>
>>UPDATE
>>
>>Solved.
>
>That's a pretty useful solution ;-)
>
>For anyone else, something like this should work:
>
>
>string longString = "".PadRight(1000);
>
Yes, that's what I used.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform