Results 1 to 3 of 3

Thread: FormatString

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2002
    Posts
    49

    FormatString

    How i can write in BoundColumn number
    forexample 33-444444-5 with DataFormatString?

    Thank you!

  2. #2
    Hyperactive Member
    Join Date
    Jan 2003
    Location
    Cape Cod, US
    Posts
    292
    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:
    "##-######-#"

  3. #3

    Thread Starter
    Member
    Join Date
    Jun 2002
    Posts
    49
    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
  •  



Click Here to Expand Forum to Full Width