Intention Perception

how do we infer what people are up to just by seeing a few of their actions?

Skip to content
  • Home
  • Gatherings
    • 2012 Workshop on Modeling the Perception of Intention
      • David Pautler
      • Barbara Tversky
      • Dare Baldwin
      • Peter Pantelis
      • Josh Tenenbaum and Chris Baker
    • 2014 Vision Meets Cognition Workshop
    • Tips on recording talks and getting them online
  • Papers
  • Resources
    • Heider and Simmel (1944) An experimental study of apparent behavior.
    • Robert Thibadeau’s source code and early paper
    • Barrett, Blythe, Todd, and Miller ant animations
    • McAleer and Pollick’s actor videos
    • The Wayang project
  • Personal
    • David’s papers
    • Blog

String.Format options in C#

Since {n} is used to indicate where args should be placed, similar to %d or %s in C, to have a literal curly brace use {{ or }}

More details here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemstringclassformattopic1.asp

Print Friendly, PDF & Email
This entry was posted in C# and tagged C# on November 2, 2007 by david.

Post navigation

← ASP error CS0103: The name ‘xx’ does not exist in the current context Always use curly braces for 1-line statement blocks →
Proudly powered by WordPress