diff --git a/xml/Microsoft.Build.BuildEngine/Project.xml b/xml/Microsoft.Build.BuildEngine/Project.xml
index 9721b77adb3..d870e00d353 100644
--- a/xml/Microsoft.Build.BuildEngine/Project.xml
+++ b/xml/Microsoft.Build.BuildEngine/Project.xml
@@ -852,7 +852,7 @@
The name of the specified item collection.
Returns all items belonging to the specified item collection.
- A containing all items belonging to the specified item collection, even those not used in the build process because a [Condition](http://msdn.microsoft.com/library/9d7aa308-b667-48ed-b4c9-a61e49eb0a85) attribute evaluated to .
+ A containing all items belonging to the specified item collection, even those not used in the build process because a Condition attribute evaluated to .
To be added.
diff --git a/xml/Microsoft.VisualBasic.CompilerServices/ObjectType.xml b/xml/Microsoft.VisualBasic.CompilerServices/ObjectType.xml
index 75c5faa6c0b..6acc6daced8 100644
--- a/xml/Microsoft.VisualBasic.CompilerServices/ObjectType.xml
+++ b/xml/Microsoft.VisualBasic.CompilerServices/ObjectType.xml
@@ -207,7 +207,7 @@
Required. Any or numeric expression.
Required. Any or numeric expression.
Performs an operation.
- A numeric value that represents the bitwise exclusion (exclusive bitwise disjunction) of two numeric bit patterns. For more information, see [Xor Operator](~/docs/visual-basic/language-reference/operators/xor-operator.md).
+ A numeric value that represents the bitwise exclusion (exclusive bitwise disjunction) of two numeric bit patterns. For more information, see Xor Operator.
Required. Any or numeric expression.
Required. Any or numeric expression.
Performs an comparison.
- A or numeric value. For a comparison, the return value is the logical exclusion (exclusive logical disjunction) of two values. For bitwise (numeric) operations, the return value is a numeric value that represents the bitwise exclusion (exclusive bitwise disjunction) of two numeric bit patterns. For more information, see [Xor Operator](~/docs/visual-basic/language-reference/operators/xor-operator.md).
+ A or numeric value. For a comparison, the return value is the logical exclusion (exclusive logical disjunction) of two values. For bitwise (numeric) operations, the return value is a numeric value that represents the bitwise exclusion (exclusive bitwise disjunction) of two numeric bit patterns. For more information, see Xor Operator.
Required. Any or numeric expression.
Required. Any or numeric expression.
Represents the Visual Basic operator.
- A or numeric value. For a comparison, the return value is the logical exclusion (exclusive logical disjunction) of two values. For bitwise (numeric) operations, the return value is a numeric value that represents the bitwise exclusion (exclusive bitwise disjunction) of two numeric bit patterns. For more information, see [Xor Operator](~/docs/visual-basic/language-reference/operators/xor-operator.md).
+ A or numeric value. For a comparison, the return value is the logical exclusion (exclusive logical disjunction) of two values. For bitwise (numeric) operations, the return value is a numeric value that represents the bitwise exclusion (exclusive bitwise disjunction) of two numeric bit patterns. For more information, see Xor Operator.
Limits the query to unique results.
- A new instance that is equivalent to the original instance with [SELECT DISTINCT](~/docs/framework/data/adonet/ef/language-reference/select-entity-sql.md) applied.
+ A new instance that is equivalent to the original instance with SELECT DISTINCT applied.
An that represents the results to exclude from the query.
Limits the query results by excluding results based on the results of another object query.
- A new instance that is equivalent to the original instance with [EXCEPT](~/docs/framework/data/adonet/ef/language-reference/except-entity-sql.md) applied based on the specified .
+ A new instance that is equivalent to the original instance with EXCEPT applied based on the specified .
The list of selected properties that defines the projection.
Zero or more parameters that are used in this method.
Groups the query results by the specified criteria.
- A new instance of type that is equivalent to the original instance with [GROUP BY](~/docs/framework/data/adonet/ef/language-reference/group-by-entity-sql.md) applied.
+ A new instance of type that is equivalent to the original instance with GROUP BY applied.
An that represents the results to include in the query.
Limits the query results by including only the results that exist in another object query.
- A new instance that is equivalent to the original instance with [INTERSECT](~/docs/framework/data/adonet/ef/language-reference/intersect-entity-sql.md) applied based on the specified .
+ A new instance that is equivalent to the original instance with INTERSECT applied based on the specified .
The type of the returned when the query is executed with the applied filter.
Limits the query to only results of a specific type.
- A new instance that is equivalent to the original instance with [OFTYPE](~/docs/framework/data/adonet/ef/language-reference/oftype-entity-sql.md) applied.
+ A new instance that is equivalent to the original instance with OFTYPE applied.
method can only be applied
The key columns by which to order the results.
Zero or more parameters that are used in this method.
Orders the query results by the specified criteria.
- A new instance that is equivalent to the original instance with [ORDER BY](~/docs/framework/data/adonet/ef/language-reference/order-by-entity-sql.md) applied.
+ A new instance that is equivalent to the original instance with ORDER BY applied.
method can only be applied
The list of selected properties that defines the projection.
Zero or more parameters that are used in this method.
Limits the query results to only the properties that are defined in the specified projection.
- A new instance of type that is equivalent to the original instance with [SELECT](~/docs/framework/data/adonet/ef/language-reference/select-entity-sql.md) applied.
+ A new instance of type that is equivalent to the original instance with SELECT applied.
method can only be applied
The projection list.
An optional set of query parameters that should be in scope when parsing.
Limits the query results to only the property specified in the projection.
- A new instance of a type compatible with the specific projection. The returned is equivalent to the original instance with [SELECT VALUE](~/docs/framework/data/adonet/ef/language-reference/select-entity-sql.md) applied.
+ A new instance of a type compatible with the specific projection. The returned is equivalent to the original instance with SELECT VALUE applied.
method can only be applied
The number of results to skip. This must be either a constant or a parameter reference.
An optional set of query parameters that should be in scope when parsing.
Orders the query results by the specified criteria and skips a specified number of results.
- A new instance that is equivalent to the original instance with both [ORDER BY](~/docs/framework/data/adonet/ef/language-reference/order-by-entity-sql.md) and [SKIP](~/docs/framework/data/adonet/ef/language-reference/skip-entity-sql.md) applied.
+ A new instance that is equivalent to the original instance with both ORDER BY and [SKIP](~/docs/framework/data/adonet/ef/language-reference/skip-entity-sql.md) applied.
method can only be applied
The number of items in the results as a string.
An optional set of query parameters that should be in scope when parsing.
Limits the query results to a specified number of items.
- A new instance that is equivalent to the original instance with [TOP](~/docs/framework/data/adonet/ef/language-reference/top-entity-sql.md) applied.
+ A new instance that is equivalent to the original instance with TOP applied.
method can only be applied
An that represents the results to add.
Combines the results of the query with the results of another object query, without any duplicates.
- A new instance that is equivalent to the original instance with [UNION](~/docs/framework/data/adonet/ef/language-reference/union-entity-sql.md) applied to add the results of the specified .
+ A new instance that is equivalent to the original instance with UNION applied to add the results of the specified .
.Union(ObjectQuery)
An that represents the results to add.
Combines the results of the query with the results of another object query, including all duplicates.
- A new instance that is equivalent to the original instance with [UNION ALL](~/docs/framework/data/adonet/ef/language-reference/union-entity-sql.md) applied to add the results of the specified .
+ A new instance that is equivalent to the original instance with UNION ALL applied to add the results of the specified .
.Union(ObjectQuery)
The filter predicate.
Zero or more parameters that are used in this method.
Limits the query to results that match specified filtering criteria.
- A new instance that is equivalent to the original instance with [WHERE](~/docs/framework/data/adonet/ef/language-reference/where-entity-sql.md) applied.
+ A new instance that is equivalent to the original instance with WHERE applied.
The zero-based column ordinal.
Gets the name of the source data type.
- The name of the back-end data type. For more information, see [SQL Server data types](http://go.microsoft.com/fwlink/?LinkId=198032) or [Access data types](http://go.microsoft.com/fwlink/?LinkId=198033).
+ The name of the back-end data type. For more information, see SQL Server data types or Access data types.
To be added.
DataAdapters and DataReaders
diff --git a/xml/System.Diagnostics/Debugger.xml b/xml/System.Diagnostics/Debugger.xml
index 4eda72af485..d329b665e8b 100644
--- a/xml/System.Diagnostics/Debugger.xml
+++ b/xml/System.Diagnostics/Debugger.xml
@@ -255,7 +255,7 @@ Console.WriteLine("Hello, world.");
Checks to see if logging is enabled by an attached debugger.
- if a debugger is attached and logging is enabled; otherwise, . The attached debugger is the registered managed debugger in the registry key. For more information on this key, see [Enabling JIT-Attach Debugging](~/docs/framework/debug-trace-profile/enabling-jit-attach-debugging.md).
+ if a debugger is attached and logging is enabled; otherwise, . The attached debugger is the registered managed debugger in the registry key. For more information on this key, see Enabling JIT-Attach Debugging.
To be added.
diff --git a/xml/System.DirectoryServices.AccountManagement/Principal.xml b/xml/System.DirectoryServices.AccountManagement/Principal.xml
index dee2ad33317..8af26df9f95 100644
--- a/xml/System.DirectoryServices.AccountManagement/Principal.xml
+++ b/xml/System.DirectoryServices.AccountManagement/Principal.xml
@@ -465,7 +465,7 @@
The name of the attribute to retrieve.
Retrieves an attribute of an extended class object.
- Returns an array of objects, or if no attribute exists with that name. See [System.DirectoryServices.AccountManagement Principle Extensions](http://msdn.microsoft.com/library/49d1b257-d652-4224-bdae-2edabced8f00) for an example on using this function.
+ Returns an array of objects, or if no attribute exists with that name. See System.DirectoryServices.AccountManagement Principle Extensions for an example on using this function.
To be added.
diff --git a/xml/System.Printing.Interop/PrintTicketConverter.xml b/xml/System.Printing.Interop/PrintTicketConverter.xml
index af8efac03cf..2a319b39e50 100644
--- a/xml/System.Printing.Interop/PrintTicketConverter.xml
+++ b/xml/System.Printing.Interop/PrintTicketConverter.xml
@@ -206,7 +206,7 @@
The to convert.
A value that identifies whether to use the user default or printer default DEVMODE as the base DEVMODE.
Converts the specified managed to an unmanaged [DEVMODE](http://go.microsoft.com/fwlink/?LinkId=89844) structure that is based on the [DEVMODE](http://go.microsoft.com/fwlink/?LinkId=89844) structure identified by the .
- A array that contains the new [DEVMODE](http://go.microsoft.com/fwlink/?LinkId=89844) structure.
+ A array that contains the new DEVMODE structure.
A value that identifies whether to use the user default or printer default DEVMODE as the base DEVMODE.
A value that specifies whether the conversion of the should be done at the scope of a page, a document, or an entire print job.
Converts the specified managed code with the specified scope, into an unmanaged [DEVMODE](http://go.microsoft.com/fwlink/?LinkId=89844) structure that is based on the [DEVMODE](http://go.microsoft.com/fwlink/?LinkId=89844) structure identified by the .
- A buffer that represents the new [DEVMODE](http://go.microsoft.com/fwlink/?LinkId=89844) structure.
+ A buffer that represents the new DEVMODE structure.
Gets a object that specifies the printer's capabilities as an XML stream that complies with the [Print Schema](http://go.microsoft.com/fwlink/?LinkId=186397).
- A specifying the printer's capabilities by using the XML schema "PrintCapabilities," a part of the [Print Schema](http://go.microsoft.com/fwlink/?LinkId=186397) system.
+ A specifying the printer's capabilities by using the XML schema "PrintCapabilities," a part of the Print Schema system.
To be added.
The print capabilities could not be retrieved.
for permission to get print capabilities. Associated enumeration:
@@ -1415,7 +1415,7 @@
A print ticket that provides the basis on which the print capabilities are reported.
Gets a object that specifies the printer's capabilities in an XML format that complies with the [Print Schema](http://go.microsoft.com/fwlink/?LinkId=186397).
- A specifying the printer's capabilities by using the XML schema "PrintCapabilities," a part of the [Print Schema](http://go.microsoft.com/fwlink/?LinkId=186397) system.
+ A specifying the printer's capabilities by using the XML schema "PrintCapabilities," a part of the Print Schema system.
Returns a object that represents the property values of a as an XML stream that conforms to the [Print Schema](http://go.microsoft.com/fwlink/?LinkId=186397).
- A object that describes the print ticket with XML that conforms to the [Print Schema](http://go.microsoft.com/fwlink/?LinkId=186397).
+ A object that describes the print ticket with XML that conforms to the Print Schema.
An unmanaged pointer to the [HSTRING](http://go.microsoft.com/fwlink/p/?LinkId=246451) to copy.
Returns a managed string that contains a copy of the specified [!INCLUDE[wrt](~/includes/wrt-md.md)][HSTRING](http://go.microsoft.com/fwlink/p/?LinkId=246451).
- A managed string that contains a copy of the [HSTRING](http://go.microsoft.com/fwlink/p/?LinkId=246451) if is not ; otherwise, .
+ A managed string that contains a copy of the HSTRING if is not ; otherwise, .
To be added.
The [!INCLUDE[wrt](~/includes/wrt-md.md)] is not supported on the current version of the operating system.
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
@@ -323,7 +323,7 @@
The managed string to copy.
Allocates a [!INCLUDE[wrt](~/includes/wrt-md.md)][HSTRING](http://go.microsoft.com/fwlink/p/?LinkId=246451) and copies the specified managed string to it.
- An unmanaged pointer to the new [HSTRING](http://go.microsoft.com/fwlink/p/?LinkId=246451), or if is .
+ An unmanaged pointer to the new HSTRING, or if is .
When overridden in a derived class, executes the code required to free the handle.
- if the handle is released successfully; otherwise, in the event of a catastrophic failure, . In this case, it generates a [releaseHandleFailed](~/docs/framework/debug-trace-profile/releasehandlefailed-mda.md) Managed Debugging Assistant.
+ if the handle is released successfully; otherwise, in the event of a catastrophic failure, . In this case, it generates a releaseHandleFailed Managed Debugging Assistant.
The GUID of the requested interface.
A reference to the requested interface, when this method returns.
Returns an interface according to a specified interface ID.
- One of the enumeration values that indicates whether a custom implementation of [IUnknown::QueryInterface](http://go.microsoft.com/fwlink/?LinkID=144867) was used.
+ One of the enumeration values that indicates whether a custom implementation of IUnknown::QueryInterface was used.
[Supported in the .NET Framework 4.5.1 and later versions]
Aggregates a managed object of the specified type with the specified COM object.
- The inner [IUnknown](http://go.microsoft.com/fwlink/?LinkId=148003) pointer of the managed object.
+ The inner IUnknown pointer of the managed object.
Retrieves a computer-independent description of an exception, and information about the state that existed for the thread when the exception occurred.
- A pointer to an [EXCEPTION_POINTERS](http://go.microsoft.com/fwlink/?LinkId=148648) structure.
+ A pointer to an EXCEPTION_POINTERS structure.
Returns the error code returned by the last unmanaged function that was called using platform invoke that has the flag set.
- The last error code set by a call to the Win32 [SetLastError](http://go.microsoft.com/fwlink/?LinkId=148656) function.
+ The last error code set by a call to the Win32 SetLastError function.
A type that represents an interface.
Gets the first slot in the virtual function table (v-table or VTBL) that contains user-defined methods.
- The first VTBL slot that contains user-defined methods. The first slot is 3 if the interface is based on [IUnknown](http://go.microsoft.com/fwlink/?LinkId=148003), and 7 if the interface is based on [IDispatch](http://msdn.microsoft.com/library/ebbff4bc-36b2-4861-9efa-ffa45e013eb5).
+ The first VTBL slot that contains user-defined methods. The first slot is 3 if the interface is based on IUnknown, and 7 if the interface is based on [IDispatch](http://msdn.microsoft.com/library/ebbff4bc-36b2-4861-9efa-ffa45e013eb5).
When overridden in a derived class, executes the code required to free the handle.
- if the handle is released successfully; otherwise, in the event of a catastrophic failure, . In this case, it generates a [releaseHandleFailed](~/docs/framework/debug-trace-profile/releasehandlefailed-mda.md) Managed Debugging Assistant.
+ if the handle is released successfully; otherwise, in the event of a catastrophic failure, . In this case, it generates a releaseHandleFailed Managed Debugging Assistant.
if the object reference is requested for marshaling to a remote location; if the object reference is requested for communication with unmanaged objects in the current process through COM.
Requests an unmanaged reference to the object represented by the current proxy instance.
- A pointer to a [COM Callable Wrapper](~/docs/framework/interop/com-callable-wrapper.md) if the object reference is requested for communication with unmanaged objects in the current process through COM, or a pointer to a cached or newly generated COM interface if the object reference is requested for marshaling to a remote location.
+ A pointer to a COM Callable Wrapper if the object reference is requested for communication with unmanaged objects in the current process through COM, or a pointer to a cached or newly generated COM interface if the object reference is requested for marshaling to a remote location.
Returns a semantic markup language (SML) document for the semantic information in the object.
- Returns an SML description of the semantics of the as an [XPath](http://msdn.microsoft.com/library/ms256115.aspx) navigable object.
+ Returns an SML description of the semantics of the as an XPath navigable object.
An object that can be cast to an instance of
Determines if a given object is an instance equal to the current instance of .
- Returns , if the current instance of and that obtained from the [Object](http://msdn.microsoft.com/library/vstudio/system.object\(v=vs.110\).aspx) provided by the argument describe the same state. Returns if the current and the argument do not support the same state.
+ Returns , if the current instance of and that obtained from the provided by the argument describe the same state. Returns if the current and the argument do not support the same state.
A instance to be marshaled.
Gets an instance that represents a .
- An instance that represents a . The instance is compatible with the unmanaged form of [ITransaction](http://msdn.microsoft.com/library/default.asp?url=/library/cossdk/html/d40264be-f9b2-4044-aac6-84b43e5be666.asp) used by MSDTC and with the Managed form of used by .
+ An instance that represents a . The instance is compatible with the unmanaged form of ITransaction used by MSDTC and with the Managed form of used by .
To be added.
diff --git a/xml/System.Web.Services.Description/SoapProtocolImporter.xml b/xml/System.Web.Services.Description/SoapProtocolImporter.xml
index 2563c9588fc..df57049b7f5 100644
--- a/xml/System.Web.Services.Description/SoapProtocolImporter.xml
+++ b/xml/System.Web.Services.Description/SoapProtocolImporter.xml
@@ -291,9 +291,9 @@
A space-delimited list of URIs.
- Checks for the presence of "http://schemas.xmlsoap.org/soap/encoding/" in a string that represents a list of Uniform Resource Indicators (URIs).
+ Checks for the presence of in a string that represents a list of Uniform Resource Indicators (URIs).
- it the string contains [http://schemas.xmlsoap.org/soap/encoding/](http://schemas.xmlsoap.org/soap/encoding/); otherwise .
+ if the string contains ; otherwise .
To be added.
diff --git a/xml/System.Windows.Annotations/Annotation.xml b/xml/System.Windows.Annotations/Annotation.xml
index 3e49e5f360f..203e5f13e4f 100644
--- a/xml/System.Windows.Annotations/Annotation.xml
+++ b/xml/System.Windows.Annotations/Annotation.xml
@@ -423,8 +423,8 @@
- Always returns . See [Annotations Schema](~/docs/framework/wpf/advanced/annotations-schema.md) for schema details.
- Always . See [Annotations Schema](~/docs/framework/wpf/advanced/annotations-schema.md) for schema details.
+ Always returns . See Annotations Schema for schema details.
+ Always . See Annotations Schema for schema details.
To be added.
diff --git a/xml/System.Windows.Annotations/AnnotationResource.xml b/xml/System.Windows.Annotations/AnnotationResource.xml
index 55ee51669d8..ae444e37c6b 100644
--- a/xml/System.Windows.Annotations/AnnotationResource.xml
+++ b/xml/System.Windows.Annotations/AnnotationResource.xml
@@ -224,8 +224,8 @@
- Always returns . See [Annotations Schema](~/docs/framework/wpf/advanced/annotations-schema.md) for schema details.
- Always . See [Annotations Schema](~/docs/framework/wpf/advanced/annotations-schema.md) for schema details.
+ Always returns . See Annotations Schema for schema details.
+ Always . See Annotations Schema for schema details.
To be added.
diff --git a/xml/System.Windows.Annotations/ContentLocator.xml b/xml/System.Windows.Annotations/ContentLocator.xml
index dabc9388cdd..1abfe871f2f 100644
--- a/xml/System.Windows.Annotations/ContentLocator.xml
+++ b/xml/System.Windows.Annotations/ContentLocator.xml
@@ -110,8 +110,8 @@
- Always returns . See [Annotations Schema](~/docs/framework/wpf/advanced/annotations-schema.md) for schema details.
- Always . See [Annotations Schema](~/docs/framework/wpf/advanced/annotations-schema.md) for schema details
+ Always returns . See Annotations Schema for schema details.
+ Always . See Annotations Schema for schema details
- Always returns . See [Annotations Schema](~/docs/framework/wpf/advanced/annotations-schema.md) for schema details.
- Always . See [Annotations Schema](~/docs/framework/wpf/advanced/annotations-schema.md) for schema details.
+ Always returns . See Annotations Schema for schema details.
+ Always . See Annotations Schema for schema details.
The IFont to create a from.
Returns a created from the specified OLE [IFont](http://go.microsoft.com/fwlink/?LinkId=166075) object.
- The created from the specified [IFont](http://go.microsoft.com/fwlink/?LinkId=166075), if the font could not be created, or if is .
+ The created from the specified IFont, if the font could not be created, or if is .
To be added.
@@ -1676,7 +1676,7 @@
The IFontDisp to create a from.
Returns a created from the specified OLE [IFontDisp](http://go.microsoft.com/fwlink/?LinkId=166073) object.
- The created from the specified [IFontDisp](http://go.microsoft.com/fwlink/?LinkId=166073), if the font could not be created, or if is .
+ The created from the specified IFontDisp, if the font could not be created, or if is .
To be added.
@@ -1713,7 +1713,7 @@
The font to create an IFontDisp object from.
Returns an OLE [IFontDisp](http://go.microsoft.com/fwlink/?LinkId=166073) object created from the specified object.
- The [IFontDisp](http://go.microsoft.com/fwlink/?LinkId=166073) object created from the specified font or if is .
+ The IFontDisp object created from the specified font or if is .
To be added.
The property value is not .
@@ -1750,7 +1750,7 @@
The font to create an IFont object from.
Returns an OLE [IFont](http://go.microsoft.com/fwlink/?LinkId=166075) object created from the specified object.
- The [IFont](http://go.microsoft.com/fwlink/?LinkId=166075) object created from the specified font, or if is or the [IFont](http://go.microsoft.com/fwlink/?LinkId=166075) could not be created.
+ The IFont object created from the specified font, or if is or the [IFont](http://go.microsoft.com/fwlink/?LinkId=166075) could not be created.
To be added.
The property value is not .
diff --git a/xml/System.Xml.Xsl.Runtime/XsltLibrary.xml b/xml/System.Xml.Xsl.Runtime/XsltLibrary.xml
index 31f6e1bd685..6ee14e21916 100644
--- a/xml/System.Xml.Xsl.Runtime/XsltLibrary.xml
+++ b/xml/System.Xml.Xsl.Runtime/XsltLibrary.xml
@@ -90,7 +90,7 @@
The XML qualified name.
Evaluates the argument to a string that is an XML qualified name. This method implements the element-available function specified by [W3C XSL Transformations (XSLT)](http://go.microsoft.com/fwlink/?LinkID=49919).
- if the [expanded name](http://go.microsoft.com/fwlink/?LinkId=148269) is the name of an instruction. If the has a namespace URI equal to the XSLT namespace URI, then it refers to an element defined by XSLT. Otherwise, the expanded-name refers to an extension element. If the has a null namespace URI, the element-available function will return .
+ if the expanded name is the name of an instruction. If the has a namespace URI equal to the XSLT namespace URI, then it refers to an element defined by XSLT. Otherwise, the expanded-name refers to an extension element. If the has a null namespace URI, the element-available function will return .
that contains the format name.
String that contains the error message name.
Implements the format-number() XSLT function. For more information, see the number formatting section in the W3C Recommendation.
- Returns a string that indicates the number format. For more information, see the [number formatting](http://go.microsoft.com/fwlink/?LinkId=144247) section in the W3C Recommendation.
+ Returns a string that indicates the number format. For more information, see the number formatting section in the W3C Recommendation.
that contains the formatter index.
Implements the format-number() XSLT function. For more information, see the number formatting section in the W3C Recommendation.
- A string that indicates the format. For more information, see the [number formatting](http://go.microsoft.com/fwlink/?LinkId=144247) section in the W3C Recommendation.
+ A string that indicates the format. For more information, see the number formatting section in the W3C Recommendation.