Skip Ribbon Commands
Skip to main content
SharePoint

Simple Data Types

The available simple data types are displayed in the following table     

    
 Data Type 
  Format Type 
 Description  
  Example Default Value 
 
  Binary
 
  Binary
  Designed to store a
  Base-64
  encoded string
  See description.
 
  Boolean
 
  Boolean
  Allows you to pass
  a boolean value as
  data
  True
 
 
 
 
 
 
 
  DateTime
 
  Date
 
 
 
 
  DateTime
 
 
 
 
 
  Time
  Allow you to pass
  a date value in the
  format
  MM/DD/YYYY
 
  Allows you to pass
  a date and time
  value in the format
  MM/DD/YYYY
  HH:MM AM/PM
 
  Allows you to pass
  a period of time in
  the format
  HH:MM:SS
  01/01/2010
 
 
 
 
  01/01/2010  12:00 PM
 
 
 
 
 
  12:00 PM
 
  Duration
  Duration
  Allows you to pass
  a period of time in
  the format
  HH:MM:SS
  12:00:00
 
 
  Number
 
  Integer
 
  Decimal
 
  Allows you pass
  an interger value
 
  Allows you to pass
  a decimal value.
  -10
 
 
  10.1

  Resource

  UncResource
  Allows you to pass
  a string as a
  Universal Naming
  Convention (UNC)
  value
  C:\Share\Files
  UriResource
  Allows you to pass
  a string as a
  Uniform Resource
  Identifier (URI)
  value
   Text
  PlainText
  Allows you to
  pass a string of text.
  Bluespring Data Item
  HTML

  Allows you to pass
  a string of HTML.

  <strong>Bluespring Data
   Item</strong>

  XML

  Allows you to pass a
  string of XML.

  <title a="1">Bluespring Data
   Item</title>

 
Last modified at 7/31/2020 12:03 PM