|
-
Mar 9th, 2003, 09:44 AM
#1
Thread Starter
Member
FormatString
How i can write in BoundColumn number
forexample 33-444444-5 with DataFormatString?
Thank you!
-
Mar 10th, 2003, 09:35 AM
#2
Hyperactive Member
I'm not too experienced with the format string,
but think it is used just for numeric/date datatypes.
So if your value is numeric (or can be cast as such)
you should be able to use something like:
"##-######-#"
-
Mar 10th, 2003, 10:44 AM
#3
Thread Starter
Member
Originally posted by fungi
I'm not too experienced with the format string,
but think it is used just for numeric/date datatypes.
So if your value is numeric (or can be cast as such)
you should be able to use something like:
"##-######-#"
Thak you!
i find it
DataFormatString="{0:00-000000-0}"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|